Skip to content

Commit

Permalink
Merge pull request #1313 from thedoubl3j/remove_errant_example
Browse files Browse the repository at this point in the history
remove disktype key from example
  • Loading branch information
TheRealHaoLiu authored Mar 30, 2023
2 parents a9a47a5 + 9e7c792 commit 4364126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,20 @@ 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: ''

# 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: ''

# 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: ''
Expand Down

0 comments on commit 4364126

Please sign in to comment.