Skip to content
Snippets Groups Projects
Verified Commit 8fdcbe17 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(vpa): Adjust paths for admissioncontroller TLS certificates

parent 0c30a798
No related branches found
Tags 36.1.11
No related merge requests found
- op: add
path: /spec/template/spec/containers/0/args
value: []
- op: add
path: /spec/template/spec/containers/0/args/-
value: --client-ca-file=/etc/tls-certs/ca.crt
- op: add
path: /spec/template/spec/containers/0/args/-
value: --tls-private-key=/etc/tls-certs/tls.key
- op: add
path: /spec/template/spec/containers/0/args/-
value: --tls-cert-file=/etc/tls-certs/tls.crt
\ No newline at end of file
...@@ -18,6 +18,12 @@ patches: ...@@ -18,6 +18,12 @@ patches:
version: v1 version: v1
group: apps group: apps
kind: Deployment kind: Deployment
- path: admissioncontroller-patch.yaml
target:
version: v1
group: apps
kind: Deployment
name: vpa-admission-controller
components: components:
- ../../shared/components/namespace-restricted - ../../shared/components/namespace-restricted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment