cert-manager
This commit is contained in:
27
helm/cert-manager/values.yaml
Normal file
27
helm/cert-manager/values.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
namespace: cert-manager
|
||||
|
||||
installCRDs: true
|
||||
|
||||
# Configuration for the cert-manager deployment
|
||||
certManager:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-controller
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Configuration for the webhook
|
||||
webhook:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-webhook
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Configuration for the cainjector
|
||||
cainjector:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-cainjector
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
Reference in New Issue
Block a user