Disable startupapicheck
This commit is contained in:
parent
76feb64080
commit
07eff8c200
@ -2,8 +2,6 @@
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
installCRDs: false
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
@ -39,15 +37,3 @@ livenessProbe:
|
||||
successThreshold: 1
|
||||
failureThreshold: 8
|
||||
|
||||
# This startupapicheck is a Helm post-install hook that waits for the webhook
|
||||
# endpoints to become available.
|
||||
# The check is implemented using a Kubernetes Job- if you are injecting mesh
|
||||
# sidecar proxies into cert-manager pods, you probably want to ensure that they
|
||||
# are not injected into this Job's pod. Otherwise the installation may time out
|
||||
# due to the Job never being completed because the sidecar proxy does not exit.
|
||||
# See https://github.com/cert-manager/cert-manager/pull/4414 for context.
|
||||
startupapicheck:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user