diff --git a/metrics-server/components/metrics-server/application.yaml b/metrics-server/components/metrics-server/application.yaml index c31a5f6..462610c 100644 --- a/metrics-server/components/metrics-server/application.yaml +++ b/metrics-server/components/metrics-server/application.yaml @@ -12,6 +12,11 @@ spec: repoURL: 'https://kubernetes-sigs.github.io/metrics-server' targetRevision: 3.12.0 chart: metrics-server + # It's not suggested to run in production with this parameter: you should deploy a signed certificate for kubelet instead + helm: + values: | + args: + - --kubelet-insecure-tls destination: name: namespace: metrics-server