diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-25 14:29:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-25 14:29:31 +0000 |
commit | f6531a05c76ec16b328d53866b954546e7be3aef (patch) | |
tree | b4e254ea800fc9d29f03889b4cfd25479aa5a53a | |
parent | 9a34876ac4f5e2d0d0e4cfe3b46d29233d1c9956 (diff) | |
parent | f9d12eb79014065b154920b4aa5731e71f2f8bfc (diff) |
Merge "[SO] Fix typo"
-rwxr-xr-x | kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |