diff --git a/tinkerbell-k0s-hcp/values.yaml b/tinkerbell-k0s-hcp/values.yaml index c5a7f6d..c47be31 100644 --- a/tinkerbell-k0s-hcp/values.yaml +++ b/tinkerbell-k0s-hcp/values.yaml @@ -26,8 +26,7 @@ worker: # @schema description: Worker machine configuration; type: object matchLabels: # @schema description: Labels to match; type: object tinkerbell.org/role: worker templateOverride: "" # @schema description: Tinkerbell workflow template override; type: string - args: # @schema description: Arguments to pass to k0s worker; type: array - - --enable-cloud-provider + args: [] # @schema description: Arguments to pass to k0s worker; type: array # K0smotron hosted control plane parameters k0smotron: # @schema description: K0smotron hosted control plane parameters; type: object diff --git a/tinkerbell-k0s-standalone/values.yaml b/tinkerbell-k0s-standalone/values.yaml index c81660f..7f7c566 100644 --- a/tinkerbell-k0s-standalone/values.yaml +++ b/tinkerbell-k0s-standalone/values.yaml @@ -36,8 +36,7 @@ worker: # @schema description: Worker machine configuration; type: object matchLabels: # @schema description: Labels to match; type: object tinkerbell.org/role: worker templateOverride: "" # @schema description: Tinkerbell workflow template override; type: string - args: # @schema description: Arguments to pass to k0s worker; type: array - - --enable-cloud-provider + args: [] # @schema description: Arguments to pass to k0s worker; type: array # K0s parameters k0s: # @schema description: K0s parameters; type: object