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
|
type: application
|
||||||
version: 0.1.0
|
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:
|
dependencies:
|
||||||
- name: *argoChart
|
- name: argo-cd
|
||||||
version: *argoVersion
|
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"
|
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:
|
tls:
|
||||||
- hosts: *ghosts
|
- hosts: *ghosts
|
||||||
secretName: wildcard-tls
|
secretName: wildcard-tls
|
||||||
argocd-apps:
|
#argocd-apps:
|
||||||
applications:
|
# applications:
|
||||||
- name: argo1
|
# - name: argo1
|
||||||
destination:
|
# destination:
|
||||||
name: in-cluster
|
# name: in-cluster
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
source:
|
# source:
|
||||||
path: argo1
|
# path: argo1
|
||||||
repoURL: 'https://git.strudelline.net/infra/argocd'
|
# repoURL: 'https://git.strudelline.net/infra/argocd'
|
||||||
targetRevision: main
|
# targetRevision: main
|
||||||
sources: []
|
# sources: []
|
||||||
project: default
|
# project: default
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
prune: false
|
# prune: false
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
retry:
|
# retry:
|
||||||
limit: 10
|
# limit: 10
|
||||||
backoff:
|
# backoff:
|
||||||
duration: 5s
|
# duration: 5s
|
||||||
maxDuration: 3m0s
|
# maxDuration: 3m0s
|
||||||
factor: 2
|
# factor: 2
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user