Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Created September 18, 2021 23:17
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 darkn3rd/fc1a124978fff693630d216d8f42ef1b to your computer and use it in GitHub Desktop.
Save darkn3rd/fc1a124978fff693630d216d8f42ef1b to your computer and use it in GitHub Desktop.
AKS/Helmfile + ExternalDNS/AzureDNS (kubletidentity) - external_dns_values.yaml.tmpl
provider: azure
azure:
resourceGroup: ${resource_group}
tenantId: ${tenant_id}
subscriptionId: ${subscription_id}
useManagedIdentityExtension: true
logLevel: ${log_level}
domainFilters:
- ${domain}
txtOwnerId: external-dns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment