Skip to content

Commit 302c895

Browse files
authored
fix(bootstrap): allow for disabling external dns (#848)
Signed-off-by: David van der Spek <[email protected]>
1 parent c504d31 commit 302c895

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bootstrap/helm/bootstrap/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ maintainers:
1010
1111
- name: David van der Spek
1212
13-
version: 0.8.74
13+
version: 0.8.75
1414
dependencies:
1515
- name: external-dns
1616
version: 6.14.1
1717
repository: https://charts.bitnami.com/bitnami
18+
condition: external-dns.enabled
1819
- name: metrics-server
1920
version: 6.2.12
2021
condition: metrics-server.enabled

bootstrap/helm/bootstrap/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ acme:
44
# secret: ""
55

66
external-dns:
7+
enabled: true
78
serviceAccount:
89
name: external-dns
910
create: true

0 commit comments

Comments
 (0)