commit | 3c81b1d77c53b18e94e282d8bf0250a5563875d0 | [log] [tgz] |
---|---|---|
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | Mon Jul 18 16:54:51 2022 +0100 |
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | Mon Jul 18 16:54:51 2022 +0100 |
tree | c75edb3d1554ba52d0c92e6d8559b3cd43db62b3 | |
parent | 19253fcbba119e3c57ccd39690e04afa02e40f33 [diff] [blame] |
[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
diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml index 0b7e2ab..823faf0 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml
@@ -82,10 +82,6 @@ api: enabled: false -# Sample Permitted list of helm repositories. Before deployment update the repositories where the helm charts are located. -# The Kubernetes participant accept only HTTPS Address -helm: - repos: - - - repoName: bitnami - address: https://charts.bitnami.com/bitnami +# Permitted list of helm repositories. Values are updated from values.yaml + +