Created
December 30, 2022 12:35
-
-
Save worldofgeese/885db56ada5052562617c25b207043f1 to your computer and use it in GitHub Desktop.
External DNS chart as a drop-in module for Garden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Module | |
type: helm | |
name: my-external-dns | |
repo: https://kubernetes-sigs.github.io/external-dns/ | |
chart: external-dns | |
version: 1.12.0 | |
values: | |
provider: google | |
domainFilters: ["worldofgeese.devrel.demo.garden"] | |
txt-owner-id: "worldofgeese" | |
extraArgs: ["--google-project=DevRel"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment