diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index 74d1540..d13d55b 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -934,6 +934,15 @@ releases: app: cert-manager values: - installCRDs: true + - webhook: + resources: + requests: + cpu: 500m + memory: 150Mi + limits: + cpu: 500m + memory: 150Mi + - name: calico condition: calico.enabled