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 22:04:18 +00:00
|
|
|
- repoURL: https://github.com/argoproj/argo-helm
|
|
|
|
path: charts/argo-cd
|
2025-02-28 11:15:56 +00:00
|
|
|
# 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-04 18:06:11 +00:00
|
|
|
targetRevision: argo-cd-7.7.5
|
2024-11-20 14:18:39 +00:00
|
|
|
helm:
|
|
|
|
valueFiles:
|
|
|
|
- $values/stacks/core/argocd/values.yaml
|
2025-02-24 22:10:05 +00:00
|
|
|
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
2024-11-20 14:18:39 +00:00
|
|
|
targetRevision: HEAD
|
|
|
|
ref: values
|