Skip to content

Commit aa42f03

Browse files
authored
fixing trailing spaces
1 parent 73ca3ad commit aa42f03

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ rke2_disable:
184184
# Option to disable kube-proxy
185185
disable_kube_proxy: false
186186

187-
# Option to disable builtin cloud controller - mostly for onprem
187+
# Option to disable builtin cloud controller - mostly for onprem
188188
rke2_disable_cloud_controller: false
189189

190-
# Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external)
190+
# Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external)
191191
# applicable only if rke2_disable_cloud_controller is true
192192
rke2_cloud_provider_name: "rke2"
193193

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ rke2_disable:
145145
# Option to disable kube-proxy
146146
disable_kube_proxy: false
147147

148-
# Option to disable builtin cloud controller - mostly for onprem
148+
# Option to disable builtin cloud controller - mostly for onprem
149149
rke2_disable_cloud_controller: false
150150

151-
# Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external)
151+
# Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external)
152152
# applicable only if rke2_disable_cloud_controller is true
153153
rke2_cloud_provider_name: "external"
154154

templates/config.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ kubelet-arg:
8181
disable-cloud-controller: true
8282
cloud-provider-name: "{{ rke2_cloud_provider_name }}"
8383
{% endif %}
84-

0 commit comments

Comments
 (0)