stacks_adding_alloy/template/stacks/core/argocd.yaml

31 lines
973 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:
2025-03-27 19:42:01 +00:00
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/argocd-helm.git
2024-11-21 22:04:18 +00:00
path: charts/argo-cd
# TODO: RIRE Can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged
# As logout make problems, it is suggested to switch from path based routing to an own argocd domain,
# similar to the CNOE amazon reference implementation and in our case, Forgejo
2025-03-27 19:42:01 +00:00
targetRevision: argo-cd-7.8.14-depends
2024-11-20 14:18:39 +00:00
helm:
valueFiles:
- $values/stacks/core/argocd/values.yaml
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
2024-11-20 14:18:39 +00:00
targetRevision: HEAD
ref: values