Skip to content

Commit d0080ba

Browse files
authored
Exclude images on app.ci to workaround ComparisonError (#76439)
1 parent 9907f97 commit d0080ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clusters/core-ci/argocd/openshift-gitops_argocd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ spec:
172172
kinds:
173173
- TaskRun
174174
- PipelineRun
175+
- apiGroups:
176+
- image.openshift.io
177+
clusters:
178+
- 'app.ci'
179+
kinds:
180+
- Image
175181
server:
176182
autoscale:
177183
enabled: false

0 commit comments

Comments
 (0)