app-files/core-deployments.yaml: replace argocd-ingress with the entire argo deployment
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
ci/woodpecker/pr/dashboard Pipeline was successful

This commit is contained in:
Tom Neuber 2024-09-30 19:11:18 +02:00
parent dd686f7283
commit 8236d7a1f3
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -32,14 +32,26 @@ spec:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-ingress
name: argocd
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.6.6
helm:
releaseName: argo
valueFiles:
- $values/argo/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: argo
kustomize:
buildOptions: "--enable-alpha-plugins --enable-exec"
destination:
server: https://kubernetes.default.svc
namespace: argocd
@ -47,7 +59,8 @@ spec:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application