File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1919 # include releases
2020 !/pipeline/previous/v0.33.2/release.yaml
2121 !/triggers/previous/v0.19.0/release.yaml
22+ !/triggers/previous/v0.19.1/intercetors.yaml
2223 !/dashboard/previous/v0.24.1/tekton-dashboard-release.yaml
2324 ---
2425apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
@@ -129,6 +130,36 @@ spec:
129130 ---
130131apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
131132kind : Kustomization
133+ metadata :
134+ name : tekton-interceptors
135+ namespace : tekton-pipelines
136+ spec :
137+ interval : 2m0s
138+ path : ./triggers/previous/v0.19.1
139+ prune : true
140+ sourceRef :
141+ kind : Bucket
142+ name : tekton
143+ patches :
144+ - target :
145+ kind : Deployment
146+ name : tekton-triggers-core-interceptors
147+ namespace : tekton-pipelines
148+ patch : |-
149+ apiVersion: apps/v1
150+ kind: Deployment
151+ metadata:
152+ name: tekton-triggers-core-interceptors
153+ namespace: tekton-pipelines
154+ spec:
155+ template:
156+ spec:
157+ tolerations:
158+ - key: CriticalAddonsOnly
159+ operator: Exists
160+ ---
161+ apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
162+ kind : Kustomization
132163metadata :
133164 name : tekton-dashboard
134165 namespace : tekton-pipelines
You can’t perform that action at this time.
0 commit comments