Remove external-dns helm
This commit is contained in:
parent
b87e8503f8
commit
1b5a88615a
2 changed files with 0 additions and 35 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash -x
|
||||
CHART_VERSION="1.12.0"
|
||||
NAMESPACE="external-dns"
|
||||
|
||||
kubectl create ns ${NAMESPACE}
|
||||
|
||||
helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
|
||||
helm repo update
|
||||
|
||||
helm upgrade --install \
|
||||
external-dns \
|
||||
external-dns/external-dns \
|
||||
-n ${NAMESPACE} \
|
||||
--version ${CHART_VERSION} \
|
||||
--values values.yaml \
|
||||
--cleanup-on-fail
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
image:
|
||||
#repository: registry.k8s.io/k8s-staging-external-dns/external-dns
|
||||
repository: gcr.io/k8s-staging-external-dns/external-dns
|
||||
tag: "v20221224-external-dns-helm-chart-1.12.0-18-ga68da282"
|
||||
pullPolicy: IfNotPresent
|
||||
provider: pihole
|
||||
extraArgs:
|
||||
- --pihole-server=http://pihole-web.external-dns.svc.cluster.local
|
||||
|
||||
env:
|
||||
- name: "EXTERNAL_DNS_PIHOLE_PASSWORD"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: pihole-password
|
||||
name: pihole
|
||||
|
||||
sources:
|
||||
- istio-gateway
|
Loading…
Reference in a new issue