Skip to content

Commit 13a21c6

Browse files
rboRobert Bohne
authored andcommitted
Fix issue #66 - PR GitOps outof sync (router.status)
1 parent dd905e4 commit 13a21c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.argocd/ApplicationSet/ok-for-test-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ spec:
4040
kind: "Deployment"
4141
jqPathExpressions:
4242
- .spec.template.spec.containers[].image
43+
- group: route.openshift.io
44+
jqPathExpressions:
45+
- .status.ingress
46+
kind: Route
4347
syncPolicy:
4448
automated:
4549
prune: true

0 commit comments

Comments
 (0)