feat(helm): Optionally use cert-manager instead admission patch (#9279)
This commit is contained in:
parent
ad4655a568
commit
d7674e4323
16 changed files with 147 additions and 9 deletions
|
|
@ -677,6 +677,17 @@ controller:
|
|||
runAsUser: 2000
|
||||
fsGroup: 2000
|
||||
|
||||
# Use certmanager to generate webhook certs
|
||||
certManager:
|
||||
enabled: false
|
||||
# self-signed root certificate
|
||||
rootCert:
|
||||
duration: "" # default to be 5y
|
||||
admissionCert:
|
||||
duration: "" # default to be 1y
|
||||
# issuerRef:
|
||||
# name: "issuer"
|
||||
# kind: "ClusterIssuer"
|
||||
|
||||
metrics:
|
||||
port: 10254
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue