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=refs%2Fchanges%2F61%2F113161%2F1;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 }}