Skip to content

Commit

Permalink
fix: move external dns to critical addons
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 16, 2022
1 parent 2843201 commit 754ef79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ inputs = {
enabled = true
}

external-dns = {
external-dns = {
enabled = true
},
}

metrics-server = {
enabled = true
allowed_cidrs = dependency.vpc.outputs.intra_subnets_cidr_blocks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ inputs = {
EXTRA_VALUES
}

external-dns = {
external-dns = {
enabled = true
},
}

# For this to work:
# * GITHUB_TOKEN should be set
flux2 = {
Expand Down

0 comments on commit 754ef79

Please sign in to comment.