feat: setup initial helm chart

This commit is contained in:
Jonathan Irvin
2024-09-10 10:58:11 -05:00
parent 1fbdc185db
commit 61cb199c75
9 changed files with 380 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "postiz.fullname" . }}-config
labels:
{{- include "postiz.labels" . | nindent 4 }}
data:
{{- range $key, $value := .Values.env }}
{{ $key }}: {{ $value | quote }}
{{- end }}