Merge "[AAI] Service Mesh related" 9.0.0
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 6 Dec 2021 08:40:20 +0000 (08:40 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 6 Dec 2021 08:40:20 +0000 (08:40 +0000)
kubernetes/aai/components/aai-babel/templates/deployment.yaml

index bd6b8c7..38a4e48 100644 (file)
@@ -70,6 +70,10 @@ spec:
             initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
             periodSeconds: {{ .Values.readiness.periodSeconds }}
           env:
+            {{- if not (include "common.needTLS" .) }}
+            - name: KEY_STORE_PASSWORD
+              value: NotUsed
+            {{- end }}
             - name: CONFIG_HOME
               value: /opt/app/babel/config
           volumeMounts:  {{ include "common.certInitializer.volumeMount" . | nindent 10 }}