Skip to content

Commit

Permalink
Add --enable-certificate-owner-ref as supported cert-manager controll…
Browse files Browse the repository at this point in the history
…er arg

Signed-off-by: arkadeepsen <arsen@redhat.com>
  • Loading branch information
arkadeepsen committed Jul 11, 2023
1 parent 65714ee commit 24188ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/controller/deployment/deployment_overrides_validation.go
Expand Up @@ -43,6 +43,10 @@ func withContainerArgsValidateHook(certmanagerinformer certmanagerinformer.CertM
// Application Default Credentials (ADC) per
// https://cloud.google.com/docs/authentication/application-default-credentials#search_order
"--issuer-ambient-credentials",
// Whether to set the certificate resource as an owner of secret where the tls certificate
// is stored. When this flag is enabled, the secret will be automatically removed when the
// certificate resource is deleted.
"--enable-certificate-owner-ref",
}
supportedCertManagerWebhookArgs := []string{
// Log Level
Expand Down

0 comments on commit 24188ee

Please sign in to comment.