Skip to content

Commit ef59961

Browse files
install clusterinterceptors
1 parent c593426 commit ef59961

File tree

1 file changed

+31
-0
lines changed
  • infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines

1 file changed

+31
-0
lines changed

infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
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
---
2425
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
@@ -129,6 +130,36 @@ spec:
129130
---
130131
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
131132
kind: 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
132163
metadata:
133164
name: tekton-dashboard
134165
namespace: tekton-pipelines

0 commit comments

Comments
 (0)