[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add handling request when updateEnpoint is missing
[oom/platform/cert-service.git] / certServiceK8sExternalProvider / deploy / crd.yaml
index b14d806..71fb58e 100644 (file)
@@ -66,6 +66,9 @@ spec:
                 certEndpoint:
                   description: Path of cerfificate signing enpoint.
                   type: string
+                updateEndpoint:
+                  description: Path of certificate update endpoint.
+                  type: string
                 caName:
                   description: Name of the external CA server configured on CertService API side.
                   type: string
@@ -99,6 +102,7 @@ spec:
                 - url
                 - healthEndpoint
                 - certEndpoint
+                - updateEndpoint
                 - caName
                 - certSecretRef
               type: object