diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index 69cc5a4a..e97647c5 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -67,7 +67,6 @@ hostname: '' # Add a nodeSelector for the AWX pods. It must match a node's labels for the pod # to be scheduled on that node. Specify as literal block. E.g.: # node_selector: | -# disktype: ssd # kubernetes.io/arch: amd64 # kubernetes.io/os: linux node_selector: '' @@ -75,7 +74,6 @@ node_selector: '' # Add a nodeSelector for the AWX pods. It must match a node's labels for the pod # to be scheduled on that node. Specify as literal block. E.g.: # node_selector: | -# disktype: ssd # kubernetes.io/arch: amd64 # kubernetes.io/os: linux web_node_selector: '' @@ -83,7 +81,6 @@ web_node_selector: '' # Add a nodeSelector for the AWX pods. It must match a node's labels for the pod # to be scheduled on that node. Specify as literal block. E.g.: # node_selector: | -# disktype: ssd # kubernetes.io/arch: amd64 # kubernetes.io/os: linux task_node_selector: ''