deploy again

This commit is contained in:
Seth Call 2026-01-31 11:38:04 -06:00
parent 304ed8cd48
commit 6177ea1bf3
2 changed files with 8 additions and 7 deletions

View File

@ -17,6 +17,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: true
selfHeal: true
allowEmpty: false allowEmpty: false
retry: retry:
limit: 5 limit: 5

View File

@ -13,19 +13,19 @@ spec:
targetRevision: 7.2.14 targetRevision: 7.2.14
chart: metrics-server chart: metrics-server
helm: helm:
parameters: values: |
- name: "apiService.create" apiService:
value: "true" create: true
- name: "extraArgs.kubelet-preferred-address-types" extraArgs:
value: "InternalIP" - --kubelet-preferred-address-types=InternalIP
- name: "extraArgs.kubelet-insecure-tls" - --kubelet-insecure-tls=true
value: "true"
project: default project: default
syncPolicy: syncPolicy:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: true
selfHeal: true
allowEmpty: false allowEmpty: false
retry: retry:
limit: 5 limit: 5