mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* 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>
17 lines
259 B
YAML
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
|