Skip to content

Commit 8f5fc03

Browse files
committed
test: fix test to use annotation without alpha
1 parent e327c92 commit 8f5fc03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/scenarios/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ scenarios:
517517
- name: ingress-loadbalancer-hostname-resolved-via-annotation
518518
description: >
519519
Test that the per-resource annotation
520-
external-dns.alpha.kubernetes.io/resolve-target: "true"
520+
external-dns.kubernetes.io/resolve-target: "true"
521521
triggers hostname resolution.
522522
config:
523523
sources: ["ingress"]
@@ -532,7 +532,7 @@ scenarios:
532532
namespace: default
533533
annotations:
534534
kubernetes.io/ingress.class: "nginx"
535-
external-dns.alpha.kubernetes.io/resolve-target: "true"
535+
external-dns.kubernetes.io/resolve-target: "true"
536536
spec:
537537
rules:
538538
- host: svc.example.com

0 commit comments

Comments
 (0)