Skip to content

Commit

Permalink
new metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Feb 16, 2024
1 parent 6d96993 commit d1201e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ dns01RecursiveNameserversOnly: false

# Additional command line flags to pass to cert-manager controller binary.
# To see all available flags run docker run quay.io/jetstack/cert-manager-controller:<version> --help
extraArgs: []
extraArgs:
- --controllers=*,-certificaterequests-approver
- --feature-gates=StableCertificateRequestName=true
# Use this flag to enable or disable arbitrary controllers, for example, disable the CertificiateRequests approver
# - --controllers=*,-certificaterequests-approver

Expand Down

0 comments on commit d1201e6

Please sign in to comment.