cleaning
This commit is contained in:
parent
8b4e3ce429
commit
72baf7096c
|
@ -11,6 +11,3 @@ dependencies:
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
version: *argoVersion
|
version: *argoVersion
|
||||||
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"
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: local-git-creds
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
argocd.argoproj.io/secret-type: repo-creds
|
|
||||||
stringData:
|
|
||||||
type: git
|
|
||||||
url: https://git.strudelline.net/
|
|
||||||
password: JwCJznZZMJU4se
|
|
||||||
username: svc-argocd
|
|
||||||
project: default
|
|
||||||
|
|
|
@ -30,28 +30,3 @@ argo-cd:
|
||||||
tls:
|
tls:
|
||||||
- hosts: *ghosts
|
- hosts: *ghosts
|
||||||
secretName: wildcard-tls
|
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
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user