cert-manager/deploy/chart/webhook/values.yaml
James Munnelly f895aca347 Bump Helm chart version for beta.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-17 15:46:20 +00:00

28 lines
474 B
YAML

replicaCount: 1
strategy: {}
# type: RollingUpdate
# rollingUpdate:
# maxSurge: 0
# maxUnavailable: 1
podAnnotations: {}
# Optional additional arguments for webhook
extraArgs: []
resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
image:
repository: quay.io/jetstack/cert-manager-webhook
tag: v0.6.0-beta.0
pullPolicy: IfNotPresent
caSyncImage:
repository: quay.io/munnerz/apiextensions-ca-helper
tag: v0.1.0
pullPolicy: IfNotPresent