mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
fix certname
This commit is contained in:
parent
71bd0c69ec
commit
57771cf5b3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue