Skip to content

Commit

Permalink
Fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Oct 31, 2024
1 parent d26e67a commit 43f9bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/ingress-annotations/01-create-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
hostname: foo.redhat.com
sso: https://sso.foo.redhat.com
ingressAnnotations:
- "nginx.ingress.kubernetes.io/rewrite-target" : "/"
"nginx.ingress.kubernetes.io/rewrite-target" : "/"
---
apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
Expand Down

0 comments on commit 43f9bdc

Please sign in to comment.