Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: "argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing-appset"
spec: {}
status:
ingress:
- host: argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing-appset.apps.testing.lab.upshift.rdu2.redhat.com
name: "argocd-long-name-for-route-testiiiiiiing-appset-webhook"
spec:
port:
targetPort: webhook
to:
kind: Service
name: argocd-long-name-for-route-testiiiiiiing-applicationset-controller
weight: 100

2 changes: 1 addition & 1 deletion tests/ocp/1-007_verify_hostname_with_route/01-install.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing
name: argocd-long-name-for-route-testiiiiiiing
spec:
applicationSet:
webhookServer:
Expand Down