Skip to content

Instantly share code, notes, and snippets.

@worldofgeese
Created December 30, 2022 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofgeese/885db56ada5052562617c25b207043f1 to your computer and use it in GitHub Desktop.
Save worldofgeese/885db56ada5052562617c25b207043f1 to your computer and use it in GitHub Desktop.
External DNS chart as a drop-in module for Garden
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