Files
lunarfront-charts/argocd/app-template.yaml

24 lines
536 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: lunarfront-CUSTOMER
namespace: argocd
spec:
project: default
source:
repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
path: charts/lunarfront
helm:
valueFiles:
- ../../customers/CUSTOMER/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: CUSTOMER
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true