mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22: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
|
kind: Secret
|
||||||
type: kubernetes.io/tls
|
type: kubernetes.io/tls
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Values.certs.name }}
|
name: {{ include "tls.secretName" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- $labels | nindent 4 }}
|
{{- $labels | nindent 4 }}
|
||||||
annotations:
|
annotations:
|
||||||
|
|
Loading…
Add table
Reference in a new issue