feat: add external dns

This commit is contained in:
2024-11-05 22:45:26 -05:00
parent 27d528e4b6
commit a7bc4001e4
3 changed files with 41 additions and 29 deletions

View File

@@ -1,18 +1,18 @@
# ---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: infra-external-dns
# namespace: flux-system
# spec:
# interval: 1h0m0s
# path: ./infra/controllers/external-dns
# dependsOn:
# - name: infra-1password-config
# prune: true
# retryInterval: 1m0s
# sourceRef:
# kind: GitRepository
# name: flux-system
# timeout: 5m0s
# wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-external-dns
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/external-dns
dependsOn:
- name: infra-1password-config
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true