umgebaut destination nach vorne
This commit is contained in:
@@ -2,12 +2,16 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
# namespace: argocd
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: cert-manager
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: cert-manager
|
||||
repoURL: https://charts.jetstack.io
|
||||
targetRevision: v1.15.*
|
||||
helm:
|
||||
@@ -24,10 +28,6 @@ spec:
|
||||
# value: 'true'
|
||||
# - name: webhook.securePort
|
||||
# value: '10250'
|
||||
chart: cert-manager
|
||||
destination:
|
||||
namespace: cert-manager
|
||||
server: https://kubernetes.default.svc
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
|
||||
Reference in New Issue
Block a user