diff --git a/cert-manager/values.home.yaml b/cert-manager/values.home.yaml index 77f28d7..f925b7a 100644 --- a/cert-manager/values.home.yaml +++ b/cert-manager/values.home.yaml @@ -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