Skip to content

Commit

Permalink
feat: configure controller resources with values
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed May 17, 2024
1 parent 1c63604 commit 70beabd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
{{- end }}
containers:
- name: tekton-pipelines-controller
resources:
helmTemplateRemoveMe: |
{{- toYaml .Values.controller.resources | nindent 10 }}
envFrom:
- secretRef:
name: "{{ .Values.controller.envFromSecret }}"
Expand Down
1 change: 1 addition & 0 deletions charts/tekton-pipeline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ controller:
- windows
tolerations: []
nodeSelector: {}
resources: {}
# Values for tekton-pipelines-webhook
webhook:
deployment:
Expand Down

0 comments on commit 70beabd

Please sign in to comment.