fix: Fix type of metrics extra arg

All the extra args values are supposed to be strings
This commit is contained in:
2026-02-20 04:52:08 +01:00
parent 940b01a7dc
commit 32be7b487e

View File

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