commit | 03a125ad1d7961f1ecfc6c3b2a70ff7e65033c04 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue May 05 02:11:09 2020 +0200 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue May 05 02:12:47 2020 +0200 |
tree | f4c9453bfed5f26189cc7485d990087c3282e8b8 | |
parent | 180578d41ed15c8e349faa943fa82bf41a145779 [diff] [blame] |
[DMAAP] Use common secret template for postgres creds Passwords are still hardcoded in common postrgres chart but as soon as we remove them they will be auto-generated. Issue-ID: OOM-2250 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idb34b36fe8124433f296523e6ac1a1414d8276fe
diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/secrets.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/secrets.yaml index e15a152..25f5e7a 100644 --- a/kubernetes/dmaap/components/dmaap-bc/templates/secrets.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/templates/secrets.yaml
@@ -28,3 +28,5 @@ data: aaf-deploy-password: {{ index .Values.aafConfig.aafDeployPass | b64enc | quote }} {{- end }} +--- +{{ include "common.secretFast" . }}