This commit is contained in:
James Andariese 2023-04-23 13:20:51 -05:00
parent 8b4e3ce429
commit 72baf7096c
3 changed files with 0 additions and 43 deletions

View File

@ -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"

View File

@ -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

View File

@ -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
#