Skip to content

Commit

Permalink
fix typing of default machineTaints
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Aug 14, 2024
1 parent b50f01b commit 2c9178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aro-machinesets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ machineLabels: {}
# uncomment this to have infra-nodes
# node-role.kubernetes.io/infra: ""

machineTaints: {}
machineTaints: []
# uncomment this to have dedicated infra-nodes with taints
# - key: node-role.kubernetes.io/infra
# effect: NoSchedule
Expand Down

0 comments on commit 2c9178e

Please sign in to comment.