From 4a6d1855dcc9cccfe76e7128c9e28f9ea74f6ec0 Mon Sep 17 00:00:00 2001 From: thedoubl3j Date: Wed, 29 Mar 2023 21:49:51 -0400 Subject: [PATCH] remove disktype key from example --- roles/installer/defaults/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index 69cc5a4a7..e97647c51 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: ''