20 lines
419 B
YAML
20 lines
419 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: external-dns
|
|
repo: https://kubernetes-sigs.github.io/external-dns
|
|
version: 1.15.0
|
|
releaseName: external-dns
|
|
namespace: external-dns
|
|
valuesInline:
|
|
provider:
|
|
name: dnsimple
|
|
txtPrefix: armnleg
|
|
image:
|
|
tag: v0.14.0
|
|
patches:
|
|
- path: deploy.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: external-dns
|