[SO] fix typo 19/114119/1
authorJakub Latusek <j.latusek@samsung.com>
Wed, 21 Oct 2020 12:06:58 +0000 (14:06 +0200)
committerJakub Latusek <j.latusek@samsung.com>
Wed, 21 Oct 2020 12:08:21 +0000 (14:08 +0200)
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

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 }}