This commit is contained in:
Aaron Riedel 2024-11-04 20:45:29 +01:00
parent d767663f0d
commit 43c7d4b754
Signed by: aaron
GPG key ID: 643004654D40D577
10 changed files with 178 additions and 32 deletions

View file

@ -20,22 +20,33 @@ spec:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-ingress
name: argocd
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/aaron/k8s-deployments.git
targetRevision: HEAD
path: argocd
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.6.8
helm:
releaseName: argo
valueFiles:
- $values/argocd/values.yaml
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
targetRevision: HEAD
path: argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true
automated:
prune: true
selfHeal: true
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application