We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8758b63 commit 49381e3Copy full SHA for 49381e3
k8s/bases/infrastructure/controllers/goldilocks/helm-release.yaml
@@ -16,6 +16,7 @@ spec:
16
sourceRef:
17
kind: HelmRepository
18
name: goldilocks
19
+ # fix to remove unsupported webhook args from admission controller
20
postRenderers:
21
- kustomize:
22
patches:
@@ -48,6 +49,7 @@ spec:
48
49
feature-gates: InPlaceOrRecreate=true
50
# TODO: Remove admissionController image configuration when Goldilocks is updated to use VPA 1.4.0
51
admissionController:
52
+ # fix to remove unsupported tls args from admission controller
53
generateCertificate: false
54
image:
55
repository: registry.k8s.io/autoscaling/vpa-updater
0 commit comments