Compare commits

...

1 Commits

Author SHA1 Message Date
32be7b487e fix: Fix type of metrics extra arg
All the extra args values are supposed to be strings
2026-02-20 04:57:03 +01:00

View File

@@ -1,4 +1,4 @@
machine: machine:
kubelet: kubelet:
extraArgs: extraArgs:
rotate-server-certificates: true rotate-server-certificates: "true"