Skip to content

Commit

Permalink
add tolerations to the helm chart PLZ crd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lunsford-even committed Aug 1, 2024
1 parent 3e0aa87 commit fa755f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/k6-operator/templates/crds/plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,22 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
serviceAccountName:
type: string
token:
Expand Down

0 comments on commit fa755f6

Please sign in to comment.