cert-manager auskommentiert
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
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.15.*
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
#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.15.*
|
||||
# syncPolicy:
|
||||
# automated: {}
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
Reference in New Issue
Block a user