Skip to content

Commit

Permalink
Add test values for wildcard external-dns subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog committed Oct 11, 2023
1 parent df45fb6 commit 8672b4e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions helm/ingress-nginx/ci/wildcard-external-dns-hostname-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
baseDomain: the-base.domain
controller:
service:
externalDNS:
enabled: true

# Test both external and internal manifests at once

external:
enabled: true
subdomain: '*.myworkloadcluster'

internal:
enabled: true
subdomain: '*.int.myworkloadcluster'

0 comments on commit 8672b4e

Please sign in to comment.