argocd-configs/kx3dex-radio/application.yaml

24 lines
494 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kx3dex-radio-site
namespace: argocd
spec:
project: kx3dex-radio
source:
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
targetRevision: HEAD
path: kx3dex-radio/prod
destination:
server: https://kubernetes.default.svc
namespace: kx3dex-radio
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true