Skip to content

Commit 49381e3

Browse files
committed
fix: remove unsupported webhook and tls args from admission controller
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent 8758b63 commit 49381e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

k8s/bases/infrastructure/controllers/goldilocks/helm-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
sourceRef:
1717
kind: HelmRepository
1818
name: goldilocks
19+
# fix to remove unsupported webhook args from admission controller
1920
postRenderers:
2021
- kustomize:
2122
patches:
@@ -48,6 +49,7 @@ spec:
4849
feature-gates: InPlaceOrRecreate=true
4950
# TODO: Remove admissionController image configuration when Goldilocks is updated to use VPA 1.4.0
5051
admissionController:
52+
# fix to remove unsupported tls args from admission controller
5153
generateCertificate: false
5254
image:
5355
repository: registry.k8s.io/autoscaling/vpa-updater

0 commit comments

Comments
 (0)