24 lines
542 B
YAML
24 lines
542 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: lunarfront-CUSTOMER
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://git@git-ssh.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
|