stacks_adding_alloy/kind/stacks/core/argocd.yaml

28 lines
619 B
YAML
Raw Normal View History

2024-11-20 14:18:39 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: argocd
sources:
2024-11-21 18:49:58 +00:00
- repoURL: https://github.com/argoproj/argo-helm
path: charts/argo-cd
targetRevision: HEAD
2024-11-20 14:18:39 +00:00
helm:
valueFiles:
- $values/stacks/core/argocd/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
targetRevision: HEAD
ref: values