last before cleanup
This commit is contained in:
parent
4acc35ef1e
commit
8b4e3ce429
|
@ -4,17 +4,13 @@ description: A Helm chart for your management ArgoCD of your management ArgoCD
|
|||
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: &argoVersion 5.29.1
|
||||
appVersion: &argoVersion |-
|
||||
5.29.1
|
||||
|
||||
argoRepo: &argoRepo "https://argoproj.github.io/argo-helm"
|
||||
argoChart: &argoChart argo-cd
|
||||
dependencies:
|
||||
- name: *argoChart
|
||||
- name: argo-cd
|
||||
version: *argoVersion
|
||||
repository: *argoRepo
|
||||
#- name: argo-cd
|
||||
# version: "5.29.1"
|
||||
# repository: "https://argoproj.github.io/argo-helm"
|
||||
- name: argocd-apps
|
||||
version: 0.0.9
|
||||
repository: "https://argoproj.github.io/argo-helm"
|
||||
#- name: argocd-apps
|
||||
# version: 0.0.9
|
||||
# repository: "https://argoproj.github.io/argo-helm"
|
||||
|
|
Binary file not shown.
|
@ -30,28 +30,28 @@ argo-cd:
|
|||
tls:
|
||||
- hosts: *ghosts
|
||||
secretName: wildcard-tls
|
||||
argocd-apps:
|
||||
applications:
|
||||
- name: argo1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: argocd
|
||||
source:
|
||||
path: argo1
|
||||
repoURL: 'https://git.strudelline.net/infra/argocd'
|
||||
targetRevision: main
|
||||
sources: []
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: 10
|
||||
backoff:
|
||||
duration: 5s
|
||||
maxDuration: 3m0s
|
||||
factor: 2
|
||||
|
||||
#argocd-apps:
|
||||
# applications:
|
||||
# - name: argo1
|
||||
# destination:
|
||||
# name: in-cluster
|
||||
# namespace: argocd
|
||||
# source:
|
||||
# path: argo1
|
||||
# repoURL: 'https://git.strudelline.net/infra/argocd'
|
||||
# targetRevision: main
|
||||
# sources: []
|
||||
# project: default
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# prune: false
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# retry:
|
||||
# limit: 10
|
||||
# backoff:
|
||||
# duration: 5s
|
||||
# maxDuration: 3m0s
|
||||
# factor: 2
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user