28 lines
576 B
YAML
28 lines
576 B
YAML
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
|