Skip to content

Commit

Permalink
feat: change nodeAffinity to object
Browse files Browse the repository at this point in the history
  • Loading branch information
mentlak0 committed Jul 19, 2023
1 parent bfcd6b5 commit a146cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/tekton-pipeline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ remoteResolversPod:
memory: 100Mi
# Add node affinity tolerations for tekton-remote-resolvers
resolverDeploymentTolerations:
nodeAffinity: []
nodeAffinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
Expand All @@ -109,7 +109,7 @@ resolverDeploymentTolerations:
tolerations: []
# Add node affinity tolerations for tekton-pipeline-controller
controllerDeploymentTolerations:
nodeAffinity: []
nodeAffinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
Expand All @@ -122,7 +122,7 @@ controllerDeploymentTolerations:
tolerations: []
# Add node affinity tolerations for tekton-pipelines-webhook
webhookDeploymentTolerations:
nodeAffinity: []
nodeAffinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
Expand Down

0 comments on commit a146cf9

Please sign in to comment.