Files
infrastructure/helm/cert-manager/values.yaml
2025-09-30 07:32:01 +02:00

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