Fábio Kaiser Rauber
3 years ago
4 changed files with 34 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
{{- if (include "postfix.createConfigmap" .) }} |
||||
|
apiVersion: v1 |
||||
|
kind: ConfigMap |
||||
|
metadata: |
||||
|
name: {{ include "postfix.fullname" . }} |
||||
|
namespace: {{ .Release.Namespace | quote }} |
||||
|
labels: {{- include "postfix.labels" . | nindent 4 }} |
||||
|
data: |
||||
|
postfix.cf: |- |
||||
|
{{ .Values.postfix.configuration | indent 4 }} |
||||
|
{{- end -}} |
Loading…
Reference in new issue