helm parameters ergänzt

This commit is contained in:
Titus Vermesan
2024-10-08 15:54:22 +02:00
parent 8d2e594e48
commit 02add120a3

View File

@@ -13,6 +13,17 @@ 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'
chart: cert-manager
repoURL: https://charts.jetstack.io repoURL: https://charts.jetstack.io
targetRevision: v1.15.* targetRevision: v1.15.*
destination: destination: