diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-27 13:58:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-27 13:58:45 +0000 |
commit | ad7cb4231c63130064eb174e419a300478041721 (patch) | |
tree | 38133ee2f976b1b6ce09e16678013ef923ddabda /kubernetes/policy/components/policy-clamp-be/values.yaml | |
parent | f18b503da6d87b0d3b9f0754df59964e69730343 (diff) | |
parent | 6238df47ecfcc1d2e40c2a5bec69272999d2af12 (diff) |
Merge "[POLICY] Altered helm chart for policy-clamp-be"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-be/values.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-be/values.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-clamp-be/values.yaml b/kubernetes/policy/components/policy-clamp-be/values.yaml index dcbe59c382..518e7b13a2 100644 --- a/kubernetes/policy/components/policy-clamp-be/values.yaml +++ b/kubernetes/policy/components/policy-clamp-be/values.yaml @@ -60,11 +60,17 @@ secrets: externalSecret: '{{ tpl (default "" .Values.sdc.sdcClientExternalSecret) . }}' password: '{{ .Values.sdc.clientPassword }}' passwordPolicy: required + - uid: runtime-be-secret + type: basicAuth + externalSecret: '{{ tpl (default "" .Values.config.appUserExternalSecret) . }}' + login: '{{ .Values.config.policyAppUserName }}' + password: '{{ .Values.config.policyAppUserPassword }}' + passwordPolicy: required flavor: small # application image -image: onap/policy-clamp-backend:6.1.1 +image: onap/policy-clamp-backend:6.1.2 pullPolicy: Always # flag to enable debugging - application support required @@ -79,7 +85,6 @@ log: ################################################################# #####dummy values for db user and password to pass lint!!!####### - sdc: clientPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U @@ -92,6 +97,8 @@ db: internalPort: 3306 config: + policyAppUserName: runtimeUser + policyAppUserPassword: none log: logstashServiceName: log-ls logstashPort: 5044 |