From a6528c79622a64ae40d1f6bb7541cdd6c45cad90 Mon Sep 17 00:00:00 2001 From: Ramesh Parthasarathy Date: Wed, 10 Oct 2018 18:18:55 +0000 Subject: Create VF Module fails with preprocess error. This change is pertinent to jira issue so-1111 Catalogdb pod fails to start error Updated catalogdb override files. updated so monitoring related files. Change-Id: I0f68bec89557f400f69cf7684155d0795bc4b939 Issue-ID: SO-1111 Signed-off-by: Ramesh Parthasarathy(rp6768) --- .../charts/so-monitoring/templates/deployment.yaml | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'kubernetes/so/charts/so-monitoring/templates/deployment.yaml') diff --git a/kubernetes/so/charts/so-monitoring/templates/deployment.yaml b/kubernetes/so/charts/so-monitoring/templates/deployment.yaml index 79d466227d..e11e404e8d 100644 --- a/kubernetes/so/charts/so-monitoring/templates/deployment.yaml +++ b/kubernetes/so/charts/so-monitoring/templates/deployment.yaml @@ -84,26 +84,6 @@ spec: secretKeyRef: name: {{ .Release.Name}}-so-db-secrets key: mariadb.admin.password - - name: CADI_KEYSTORE_PASSWORD - valueFrom: - secretKeyRef: - name: {{ .Release.Name}}-so-ssl-pwd-secret - key: cadi_keystore_password - - name: CADI_TRUSTSTORE_PASSWORD - valueFrom: - secretKeyRef: - name: {{ .Release.Name}}-so-ssl-pwd-secret - key: cadi_truststore_password - - name: MSO_KEYSTORE_PASSWORD - valueFrom: - secretKeyRef: - name: {{ .Release.Name}}-so-ssl-client-secret - key: keystore_password - - name: MSO_TRUSTSTORE_PASSWORD - valueFrom: - secretKeyRef: - name: {{ .Release.Name}}-so-ssl-client-secret - key: truststore_password envFrom: - configMapRef: name: {{ include "common.fullname" . }}-configmap @@ -111,9 +91,6 @@ spec: volumeMounts: - name: logs mountPath: /app/logs - - name: certs - mountPath: /app/certs/ - readOnly: true - name: config mountPath: /app/config readOnly: true @@ -137,9 +114,6 @@ spec: volumes: - name: logs emptyDir: {} - - name: certs - secret: - secretName: {{ .Release.Name}}-so-ssl-secret - name: config configMap: name: {{ include "common.fullname" . }}-app-configmap -- cgit 1.2.3-korg