-
I'm deploying the metrics-server using the Helm chart https://github.com/kubernetes-sigs/metrics-server/tree/master/charts/metrics-server - here is the releases:
- name: metrics-server
namespace: metrics-server
create_namespace: true
chart: metrics-server/metrics-server
version: 3.11.0
values:
- values/metrics-server/values.yaml But to make it work without signed certificates, the
But I can't find a way how to pass this flag using Helmwave? Can anybody help with this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Seems in the releases:
- name: metrics-server
chart: stable/metrics-server
version: 2.8.0
values:
- image:
pullPolicy: Always
- args:
- --kubelet-insecure-tls But this doesn't work for the |
Beta Was this translation helpful? Give feedback.
-
Ouch, seems it can be simply put into a |
Beta Was this translation helpful? Give feedback.
Ouch, seems it can be simply put into a
values.yaml
file, to resolve the task.