aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-cl-pf-ppnt
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2021-11-10 14:54:32 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-01-19 07:16:41 +0000
commitd8c4bd9653a5fd56a7e7916d1de889907558e880 (patch)
tree75957b9443cdec09c4a7ae7a4732b708c07169c0 /kubernetes/policy/components/policy-clamp-cl-pf-ppnt
parent3e85e389342b2c54055faf0019f941f55f32ef88 (diff)
[POLICY] Change API and PAP usernames
- change references of healthcheck to policyadmin regarding API and PAP auth - add robot variables to accommodate the referred changes. Issue-ID: POLICY-3815 Change-Id: I318b7f44d9e7f554d98d845abd80cc6512831b78 Signed-off-by: adheli.tavares <adheli.tavares@est.tech> (cherry picked from commit f3656cdf8ad179788857bd390be74036dbe535c1)
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-cl-pf-ppnt')
-rw-r--r--kubernetes/policy/components/policy-clamp-cl-pf-ppnt/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/values.yaml
index 791b785502..a831da8df4 100644
--- a/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/values.yaml
+++ b/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/values.yaml
@@ -89,10 +89,10 @@ replicaCount: 1
# application configuration
restServer:
api:
- user: healthcheck
+ user: policyadmin
password: none
pap:
- user: healthcheck
+ user: policyadmin
password: none
nodeSelector: {}