commit | f9d12eb79014065b154920b4aa5731e71f2f8bfc | [log] [tgz] |
---|---|---|
author | Jakub Latusek <j.latusek@samsung.com> | Fri Sep 25 11:12:24 2020 +0200 |
committer | Jakub Latusek <j.latusek@samsung.com> | Fri Sep 25 11:20:43 2020 +0200 |
tree | 1805b5ba9681be1715c55a553505c992db74d058 | |
parent | 322d6c775b57d6561574aa1ff29d6f5950a04a4f [diff] [blame] |
[SO] Fix typo Signed-off-by: Jakub Latusek <j.latusek@samsung.com> 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 2dbfa4e..ee84d60 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 @@ readOnly: true - name: {{ include "common.fullname" . }}-truststore mountPath: /app/client - readonly: true + readOnly: true livenessProbe: tcpSocket: port: {{ index .Values.livenessProbe.port }}