summaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.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/crds/cmpv2issuer.yaml
parent09d87009abf5367759aeb1e08de5b9205a1f3444 (diff)
parent31dceea4851d67ec706185f9d6f5bd0bf427b2c3 (diff)
Merge "[CONTRIB] Introduce certificate update use case in CertService"
Diffstat (limited to 'kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml')
-rw-r--r--kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml b/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
index 0bc24afe86..e8418355d3 100644
--- a/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
+++ b/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
@@ -56,7 +56,10 @@ spec:
description: Path of health check endpoint.
type: string
certEndpoint:
- description: Path of cerfificate signing enpoint.
+ description: Path of cerfificate signing endpoint.
+ type: string
+ updateEndpoint:
+ description: Path of certificate update endpoint.
type: string
caName:
description: Name of the external CA server configured on CertService API side.