summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorJakub Latusek <j.latusek@samsung.com>2020-09-25 11:12:24 +0200
committerJakub Latusek <j.latusek@samsung.com>2020-09-25 11:20:43 +0200
commitf9d12eb79014065b154920b4aa5731e71f2f8bfc (patch)
tree1805b5ba9681be1715c55a553505c992db74d058 /kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml
parent322d6c775b57d6561574aa1ff29d6f5950a04a4f (diff)
[SO] Fix typo
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: If2d280477b23f6c2029103fb777cf0f61570b5d8 Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml2
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 }}