mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
chore: cleanup
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: external-dns-git
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 30m
|
||||
url: https://github.com/kubernetes-sigs/external-dns.git
|
||||
ref:
|
||||
tag: v0.14.0
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
# include deploy crds dir
|
||||
!/docs/contributing/crd-source/crd-manifest.yaml
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: 1-core-dns-external-dns-crds
|
||||
namespace: flux-system
|
||||
labels: # for my repo's Fluxtomization patching, can be ignored for those passing by
|
||||
kustomization.flux.home.arpa/name: "kubevirt"
|
||||
kustomization.flux.home.arpa/default: "false"
|
||||
kustomization.flux.home.arpa/helmpatches: "false"
|
||||
substitution.flux.home.arpa/disabled: "true"
|
||||
prune.flux.home.arpa/disabled: "true"
|
||||
spec:
|
||||
interval: 5m
|
||||
prune: false
|
||||
wait: true
|
||||
dependsOn: []
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: external-dns-git
|
||||
@@ -6,5 +6,4 @@ metadata:
|
||||
namespace: flux-system
|
||||
spec:
|
||||
path: ./kube/deploy/core/dns/external-dns/app
|
||||
dependsOn:
|
||||
- name: 1-core-dns-external-dns-crds
|
||||
dependsOn: []
|
||||
|
||||
Reference in New Issue
Block a user