[SO] Fix typo 61/113161/1
authorJakub Latusek <j.latusek@samsung.com>
Fri, 25 Sep 2020 09:12:24 +0000 (11:12 +0200)
committerJakub Latusek <j.latusek@samsung.com>
Fri, 25 Sep 2020 09:20:43 +0000 (11:20 +0200)
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: If2d280477b23f6c2029103fb777cf0f61570b5d8
Issue-ID: OOM-2562

kubernetes/so/charts/so-vnfm-adapter/templates/deployment.yaml

index 2dbfa4e..ee84d60 100755 (executable)
@@ -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 }}