fix certname

This commit is contained in:
mrskul 2025-04-11 17:11:30 +10:00 committed by GitHub
parent 71bd0c69ec
commit 57771cf5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/tls
metadata:
name: {{ .Values.certs.name }}
name: {{ include "tls.secretName" . }}
labels:
{{- $labels | nindent 4 }}
annotations: