aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-07-18 16:54:51 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-07-18 16:54:51 +0100
commit3c81b1d77c53b18e94e282d8bf0250a5563875d0 (patch)
treec75edb3d1554ba52d0c92e6d8559b3cd43db62b3 /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
parent19253fcbba119e3c57ccd39690e04afa02e40f33 (diff)
[POLICY] Add overridable helm paramaters for k8s ppnt
Make permitted repository list overridable from values.yaml CofigMap populates the application properties file with required values. Issue-ID: POLICY-4237 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ib48716f12bc5f4d22fbda8e22fd2077e0e982ec3
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml')
-rw-r--r--kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
index 5920bdaaf2..5858b3630f 100644
--- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
+++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
@@ -138,3 +138,17 @@ serviceAccount:
nameOverride: policy-clamp-ac-k8s-ppnt
roles:
- create
+# Update the config here for permitting repositories and protocols
+repoList:
+ helm:
+ repos:
+ -
+ repoName: kong
+ address: https://charts.konghq.com
+ -
+ repoName: bitnami
+ address: https://charts.bitnami.com/bitnami
+
+ protocols:
+ - http
+ - https