Merge "[SO] fix typo"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 22 Oct 2020 06:53:24 +0000 (06:53 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 22 Oct 2020 06:53:24 +0000 (06:53 +0000)
kubernetes/so/components/so-etsi-nfvo-ns-lcm/templates/deployment.yaml

index 45668ed..97ebd93 100644 (file)
@@ -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 }}