Files
deprecated-helm-charts/stable/cert-manager/webhook/values.yaml
T
James Munnelly e0505bbd09 cert-manager: fast-forward to upstream 3945595b (#7644)
* cert-manager: fast-forward to upstream bcffc635

* Update version numbers for v0.5.0 (jetstack/cert-manager#885)
* added affinity and tolerations (jetstack/cert-manager#869)
* Add validating webhook and webhook tls autoconfiguration (jetstack/cert-manager#478)
* chart: annotate all CRDs with "crd-install" hook (jetstack/cert-manager#823)
* helm chart: remove endpoints from rbac resources (jetstack/cert-manager#769)

Signed-off-by: James Munnelly <james@munnelly.eu>

* Update image tag and add description

Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 08:13:30 -07:00

17 lines
259 B
YAML

replicaCount: 1
podAnnotations: {}
# Optional additional arguments for webhook
extraArgs: []
resources: {}
# requests:
# cpu: 10m
# memory: 32Mi
image:
repository: quay.io/jetstack/cert-manager-webhook
tag: v0.5.0
pullPolicy: IfNotPresent