diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-07-21 13:15:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-21 13:15:16 +0000 |
commit | cce2287bfff11ada8507f28509e45656e2ab1094 (patch) | |
tree | 6a02290334c2c2931c6ee4ea8c50406d55f19cd6 /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config | |
parent | 2cadfa7605ef5392d3df3d3f4dbdb1f37e77f789 (diff) | |
parent | 3c81b1d77c53b18e94e282d8bf0250a5563875d0 (diff) |
Merge "[POLICY] Add overridable helm paramaters for k8s ppnt"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml | 10 |
1 files changed, 3 insertions, 7 deletions
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 0b7e2ab22d..823faf036d 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 @@ chart: 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 + + |