Helm use external certificates (#4913)

This commit is contained in:
Yuval Yacoby
2023-10-15 19:14:24 +03:00
committed by GitHub
parent cbc24c7b24
commit c6991dfd5f
8 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{{- if .Values.global.enableSecurity }}
{{- if and .Values.global.enableSecurity (not .Values.certificates.externalCertificates.enabled)}}
apiVersion: cert-manager.io/v1{{ if .Values.global.certificates.alphacrds }}alpha1{{ end }}
kind: Certificate
metadata: