diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:06:58 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:08:21 +0200 |
commit | cda2123fd6634c7a88124cee953ee8bbcca58fc5 (patch) | |
tree | 792ac6135eb32a4e63d5c5662bccbac85af3b732 /kubernetes/so/components/so-etsi-nfvo-ns-lcm | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[SO] fix typo
Helm3 check correctness of deployed yaml, fixed to deploy onap using
helm3
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ib2c3390d857f339bd89547e434ac0fddaa0c379c
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/so/components/so-etsi-nfvo-ns-lcm')
-rw-r--r-- | kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml index 45668eda98..97ebd93ed1 100644 --- a/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml +++ b/kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml @@ -82,7 +82,7 @@ spec: readOnly: true - name: {{ include "common.fullname" . }}-truststore mountPath: /app/client - readonly: true + readOnly: true livenessProbe: tcpSocket: port: {{ index .Values.livenessProbe.port }} |