You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+13-22Lines changed: 13 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Component: `external-dns`
1
+
# Component: `eks/external-dns`
2
2
3
3
This component creates a Helm deployment for [external-dns](https://github.com/bitnami/bitnami-docker-external-dns) on a Kubernetes cluster. [external-dns](https://github.com/bitnami/bitnami-docker-external-dns) is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
4
4
@@ -20,22 +20,14 @@ The default catalog values `e.g. stacks/catalog/eks/external-dns.yaml`
20
20
components:
21
21
terraform:
22
22
external-dns:
23
-
backend:
24
-
s3:
25
-
workspace_key_prefix: external-dns
26
23
vars:
27
24
enabled: true
28
-
chart_version: 5.4.7
29
-
crd_enabled: false
30
-
istio_enabled: false
31
-
# txt_prefix will have -${STAGE}- appended
32
-
txt_prefix: "external-dns"
33
-
policy: "sync"
34
-
# Teleport, for one, needs publishInternalServices: true
0 commit comments