Skip to content

Commit

Permalink
feat: amend values
Browse files Browse the repository at this point in the history
  • Loading branch information
mentlak0 committed Jul 19, 2023
1 parent 25f732a commit 9b2f5b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
version: v0.42.0
spec:
affinity:
{{- with .Values.controllerDeploymentTolerations.nodeSelectorTerms }}
{{- with .Values.controllerDeploymentTolerations.nodeAffinity }}
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
Expand Down
18 changes: 9 additions & 9 deletions charts/tekton-pipeline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ resolverDeploymentTolerations:
tolerations: []
# Add node affinity tolerations for tekton-pipeline-controller
controllerDeploymentTolerations:
nodeAffinity: []
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: "key"
# operator: "In"
# values:
# - "node"
nodeAffinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: "key"
operator: "In"
values:
- "node"
nodeSelector: []
tolerations: []
# Add node affinity tolerations for tekton-pipelines-webhook
Expand Down

0 comments on commit 9b2f5b6

Please sign in to comment.