cert-manager.yaml helm parameters
This commit is contained in:
@@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
@@ -16,6 +14,16 @@ spec:
|
|||||||
parameters:
|
parameters:
|
||||||
- name: installCRDs
|
- name: installCRDs
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: 'namespace'
|
||||||
|
value: 'cert-manager'
|
||||||
|
- name: 'enableCertificateOwnerRef'
|
||||||
|
value: 'true'
|
||||||
|
- name: 'webhook.networkPolicy.enabled'
|
||||||
|
value: 'true'
|
||||||
|
- name: webhook.hostNetwork
|
||||||
|
value: 'true'
|
||||||
|
- name: webhook.securePort
|
||||||
|
value: '10250'
|
||||||
repoURL: https://charts.jetstack.io
|
repoURL: https://charts.jetstack.io
|
||||||
targetRevision: v1.15.*
|
targetRevision: v1.15.*
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|||||||
Reference in New Issue
Block a user