app-files/core-deployments.yaml: replace argocd-ingress with the entire argo deployment
This commit is contained in:
parent
25b4123b5d
commit
c36720ef4e
1 changed files with 17 additions and 6 deletions
|
@ -32,12 +32,22 @@ spec:
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd-ingress
|
name: argocd
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
sources:
|
||||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
- 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
|
targetRevision: HEAD
|
||||||
path: argo
|
path: argo
|
||||||
destination:
|
destination:
|
||||||
|
@ -47,7 +57,8 @@ spec:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
selfHeal: true
|
||||||
|
prune: false
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
|
|
Loading…
Reference in a new issue