stacks_adding_alloy/kind/stacks/core/argocd.yaml

28 lines
613 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 20:43:23 +00:00
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.7.5
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