22 lines
545 B
YAML
22 lines
545 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: external-dns-cloudflare-api-token
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-1000"
|
|
spec:
|
|
project: system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
source:
|
|
path: manifests/system/external-dns/
|
|
repoURL: git@gitlab.mareshq.com:hq/cthulhunetes/gitops.git
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: external-dns
|