cert-manager einkommentiert
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: cert-manager
|
name: cert-manager
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
#spec:
|
spec:
|
||||||
# destination:
|
destination:
|
||||||
# namespace: cert-manager
|
namespace: cert-manager
|
||||||
# server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# chart: cert-manager
|
chart: cert-manager
|
||||||
# helm:
|
helm:
|
||||||
# parameters:
|
parameters:
|
||||||
# - name: installCRDs
|
- name: installCRDs
|
||||||
# value: "true"
|
value: "true"
|
||||||
# repoURL: https://charts.jetstack.io
|
repoURL: https://charts.jetstack.io
|
||||||
# targetRevision: v1.15.*
|
targetRevision: v1.15.*
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated: {}
|
automated: {}
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|||||||
Reference in New Issue
Block a user