aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-03 14:30:05 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-03 14:30:05 +0000
commit4569ca7ac777d5edbb26dcdf97fc94f6b81c683c (patch)
treeed424560e486880d700c7e1fb9796fcaf0972c6d /kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml
parent2e72c54ab1a32cf52d1b1b07693fb56afcb11b4d (diff)
parenta1bbe5c43828e8d54a7b43fde0d14834318c192e (diff)
Merge "[SO] Remove so-secret component"
Diffstat (limited to 'kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/components/so-request-db-adapter/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml b/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml
index d58fd86194..b532515d56 100755
--- a/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml
+++ b/kubernetes/so/components/so-request-db-adapter/templates/deployment.yaml
@@ -67,7 +67,7 @@ spec:
export $(grep '^c' {{ .Values.soHelpers.certInitializer.credsPath }}/mycreds.prop | xargs -0)
export TRUSTSTORE_PASSWORD="${cadi_truststore_password}"
{{- if .Values.global.security.aaf.enabled }}
- export KEYSTORE_PASSWORD="${cadi_keystore_password}"
+ export KEYSTORE_PASSWORD="${cadi_keystore_password_p12}"
{{- end }}
/app/start-app.sh
{{- end }}