nevermind. the CRDs need to be installed first.
This commit is contained in:
parent
a50d3200d4
commit
4acc35ef1e
|
@ -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"
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -6,8 +6,7 @@ bootstrap:
|
|||
|
||||
argo-cd:
|
||||
crds:
|
||||
install: true
|
||||
keep: false
|
||||
install: false
|
||||
|
||||
configs:
|
||||
params:
|
||||
|
|
Loading…
Reference in New Issue
Block a user