We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327c92 commit 8f5fc03Copy full SHA for 8f5fc03
1 file changed
tests/integration/scenarios/tests.yaml
@@ -517,7 +517,7 @@ scenarios:
517
- name: ingress-loadbalancer-hostname-resolved-via-annotation
518
description: >
519
Test that the per-resource annotation
520
- external-dns.alpha.kubernetes.io/resolve-target: "true"
+ external-dns.kubernetes.io/resolve-target: "true"
521
triggers hostname resolution.
522
config:
523
sources: ["ingress"]
@@ -532,7 +532,7 @@ scenarios:
532
namespace: default
533
annotations:
534
kubernetes.io/ingress.class: "nginx"
535
536
spec:
537
rules:
538
- host: svc.example.com
0 commit comments