I thought I was going to have to kustomize this
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
952c712588
commit
6c2b2ccaea
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: external-dns
|
||||||
|
repo: https://charts.bitnami.com/bitnami
|
||||||
|
version: 6.28.4
|
||||||
|
releaseName: external-dns
|
||||||
|
namespace: external-dns
|
||||||
|
valuesInline:
|
||||||
|
provider: dnsimple
|
||||||
|
txtPrefix: armnleg
|
||||||
|
sources: [service,ingress]
|
||||||
|
extraEnvVarsSecret: dnsimple-auth
|
Loading…
Reference in New Issue