Ordnerstruktur und argocd targetrevision
This commit is contained in:
@@ -8,7 +8,7 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://argoproj.github.io/argo-helm'
|
||||
targetRevision: 'main'
|
||||
targetRevision: 7.*
|
||||
helm:
|
||||
parameters:
|
||||
- name: 'server.extraArgs[0]'
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: cert-manager
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: cert-manager
|
||||
helm:
|
||||
parameters:
|
||||
- name: installCRDs
|
||||
value: "true"
|
||||
repoURL: https://charts.jetstack.io
|
||||
targetRevision: v1.3.1
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user