Skip to content

Commit

Permalink
fix: tekton pipeline resources
Browse files Browse the repository at this point in the history
Signed-off-by: xuzhu-591 <zhuxu591@163.com>
  • Loading branch information
xuzhu-591 committed Jul 26, 2023
1 parent 51ba4fd commit 430da97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/tektoncd/templates/tekton-pipelines/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,9 @@ spec:
# reconcilers' built-in taskRef and pipelineRef resolution procedures.
# "-experimental-disable-in-tree-resolution",
]
{{- with .Values.tektonPipelineController.resources }}
resources: {{ toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: config-logging
mountPath: /etc/config-logging
Expand Down

0 comments on commit 430da97

Please sign in to comment.