aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-09-09 12:53:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-09 12:53:35 +0000
commitb5a0709b96eec2ef0d7b6a6cfe799d31cfad0d1b (patch)
tree1c82c7456a77fa4894dac4e8450345ebc0d07a34 /kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml
parent09d87009abf5367759aeb1e08de5b9205a1f3444 (diff)
parent31dceea4851d67ec706185f9d6f5bd0bf427b2c3 (diff)
Merge "[CONTRIB] Introduce certificate update use case in CertService"
Diffstat (limited to 'kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml')
-rw-r--r--kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml b/kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml
index ae4ae81f02..52e35375d3 100644
--- a/kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml
+++ b/kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml
@@ -25,6 +25,7 @@ spec:
url: {{ .Values.cmpv2issuer.url }}
healthEndpoint: {{ .Values.cmpv2issuer.healthcheckEndpoint }}
certEndpoint: {{ .Values.cmpv2issuer.certEndpoint }}
+ updateEndpoint: {{ .Values.cmpv2issuer.updateEndpoint }}
caName: {{ .Values.cmpv2issuer.caName }}
certSecretRef:
name: {{ .Values.cmpv2issuer.certSecretRef.name }}