19 lines
365 B
YAML
19 lines
365 B
YAML
---
|
|
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
|