cert-manager.yaml helm parameters

This commit is contained in:
titusvermesan
2024-10-10 16:46:17 +02:00
parent b14b0e9c9e
commit cd591a68e9

View File

@@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
finalizers:
- resources-finalizer.argocd.argoproj.io
namespace: argocd
spec:
destination:
@@ -16,6 +14,16 @@ spec:
parameters:
- name: installCRDs
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
targetRevision: v1.15.*
syncPolicy: