diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-31 16:28:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-31 16:28:45 +0000 |
commit | aa24e68c6bd5cd569f7caa0fed143b547f5effcf (patch) | |
tree | 50668b96ed8b44813c719043d9d5fb9a1c7b3d22 /kubernetes/policy/components/policy-pap | |
parent | 7ec6cb6b34221a9a2293fbc3c09a89940c8f18bd (diff) | |
parent | ff17665c4369330f7edebfed1f71a2b49577e179 (diff) |
Merge "[POLICY] Add helm chart for policy participant"
Diffstat (limited to 'kubernetes/policy/components/policy-pap')
-rwxr-xr-x | kubernetes/policy/components/policy-pap/values.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index 5381892241..d7135524d3 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -38,13 +38,13 @@ secrets: passwordPolicy: required - uid: restserver-secret type: basicAuth - externalSecret: '{{ tpl (default "" .Values.restServer.credsExternalSecret) . }}' + externalSecret: '{{ tpl (default "" .Values.restServer.papUserExternalSecret) . }}' login: '{{ .Values.restServer.user }}' password: '{{ .Values.restServer.password }}' passwordPolicy: required - uid: api-secret type: basicAuth - externalSecret: '{{ tpl (default "" .Values.healthCheckRestClient.api.credsExternalSecret) . }}' + externalSecret: '{{ tpl (default "" .Values.restServer.apiUserExternalSecret) . }}' login: '{{ .Values.healthCheckRestClient.api.user }}' password: '{{ .Values.healthCheckRestClient.api.password }}' passwordPolicy: required @@ -109,12 +109,12 @@ db: restServer: user: healthcheck - password: zb!XztG34 + password: none healthCheckRestClient: api: user: healthcheck - password: zb!XztG34 + password: none distribution: user: healthcheck password: zb!XztG34 |