nevermind. the CRDs need to be installed first.

This commit is contained in:
James Andariese 2023-04-23 13:02:53 -05:00
parent a50d3200d4
commit 4acc35ef1e
5 changed files with 4 additions and 56 deletions

View File

@ -15,6 +15,6 @@ dependencies:
#- 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"

View File

@ -1,26 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo1
namespace: argocd
spec:
destination:
name: in-cluster
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: .
repoURL: https://git.strudelline.net/infra/repo1
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
limit: 10
syncOptions:
- CreateNamespace=true

View File

@ -1,25 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo2
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: .
repoURL: https://git.strudelline.net/infra/argo1
targetRevision: main
syncPolicy:
automated:
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
limit: 10
syncOptions:
- CreateNamespace=true

View File

@ -6,8 +6,7 @@ bootstrap:
argo-cd:
crds:
install: true
keep: false
install: false
configs:
params: