File tree 4 files changed +6
-1
lines changed
otomi-pipelines/templates
4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 19
19
kind : PipelineRun
20
20
metadata :
21
21
generateName : $(tt.params.commitId)-
22
+ annotations :
23
+ argocd.argoproj.io/compare-options : IgnoreExtraneous
22
24
spec :
23
25
taskRunTemplate :
24
26
serviceAccountName : otomi-tekton-tasks-sa
Original file line number Diff line number Diff line change 95
95
{{- include "team-ns.chart-labels" $ | nindent 10 }}
96
96
annotations :
97
97
sidecar.istio.io/inject : " false"
98
+ argocd.argoproj.io/compare-options : IgnoreExtraneous
98
99
spec :
99
100
pipelineRef :
100
101
name : buildpacks-build-{{ .name }}
@@ -133,6 +134,7 @@ metadata:
133
134
name : buildpacks-build-{{ .name }}-{{ regexReplaceAll "[|._]{1}" .tag "-" }}
134
135
annotations :
135
136
sidecar.istio.io/inject : " false"
137
+ argocd.argoproj.io/compare-options : IgnoreExtraneous
136
138
labels : {{- include "team-ns.chart-labels" $ | nindent 4 }}
137
139
spec :
138
140
pipelineRef :
Original file line number Diff line number Diff line change 93
93
{{- include "team-ns.chart-labels" $ | nindent 10 }}
94
94
annotations :
95
95
sidecar.istio.io/inject : " false"
96
+ argocd.argoproj.io/compare-options : IgnoreExtraneous
96
97
spec :
97
98
pipelineRef :
98
99
name : docker-build-{{ .name }}
@@ -131,6 +132,7 @@ metadata:
131
132
name : docker-build-{{ .name }}-{{ regexReplaceAll "[|._]{1}" .tag "-" }}
132
133
annotations :
133
134
sidecar.istio.io/inject : " false"
135
+ argocd.argoproj.io/compare-options : IgnoreExtraneous
134
136
labels : {{- include "team-ns.chart-labels" $ | nindent 4 }}
135
137
spec :
136
138
pipelineRef :
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ configs:
118
118
- apiGroups:
119
119
- "*"
120
120
kinds:
121
- - "PipelineRun"
122
121
- "TaskRun"
123
122
clusters:
124
123
- "*"
You can’t perform that action at this time.
0 commit comments