Skip to content

Commit

Permalink
Update values.yaml so that the default value for tolerations and affi…
Browse files Browse the repository at this point in the history
…nity are also an array.
  • Loading branch information
ollie-kane-CB authored Oct 31, 2024
1 parent d54a2e1 commit 08417f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/k6-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ nodeSelector: {}
# @schema
# additionalProperties: true
# required: false
# type: object
# type: array
# @schema
# affinity -- Affinity to be applied on all containers
affinity: {}
# affinity -- afinity rules to be applied on all containers
affinity: []

# @schema
# additionalProperties: true
# required: false
# type: object
# type: array
# @schema
# tolerations -- Tolerations to be applied on all containers
tolerations: {}
tolerations: []

# @schema
# required: false
Expand Down

0 comments on commit 08417f5

Please sign in to comment.