remove external-dns from kustomization and use helm chart instead
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
b8195f3c22
commit
ea4e76fead
|
@ -9,6 +9,7 @@ metadata:
|
||||||
meta.helm.sh/release-namespace: futureporn
|
meta.helm.sh/release-namespace: futureporn
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- external-dns.yaml
|
# - external-dns.yaml
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- ingress-traefik.yaml
|
- ingress-traefik.yaml
|
||||||
- grafana-k8s-dashboards.yaml
|
- grafana-k8s-dashboards.yaml
|
||||||
|
|
Loading…
Reference in New Issue