From: Jakub Latusek Date: Fri, 25 Sep 2020 09:12:24 +0000 (+0200) Subject: [SO] Fix typo X-Git-Tag: 7.0.0~203^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f9d12eb79014065b154920b4aa5731e71f2f8bfc;p=oom.git [SO] Fix typo Signed-off-by: Jakub Latusek Change-Id: If2d280477b23f6c2029103fb777cf0f61570b5d8 Issue-ID: OOM-2562 --- diff --git a/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml b/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml index 2dbfa4ea4a..ee84d60905 100755 --- a/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml +++ b/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml @@ -72,7 +72,7 @@ spec: readOnly: true - name: {{ include "common.fullname" . }}-truststore mountPath: /app/client - readonly: true + readOnly: true livenessProbe: tcpSocket: port: {{ index .Values.livenessProbe.port }}