helm-charts/charts/stable/homebox/templates/config.yaml

7 lines
168 B
YAML
Raw Permalink Normal View History

2023-06-25 15:08:31 +00:00
apiVersion: v1
2023-06-26 11:29:09 +00:00
kind: ConfigMap
2023-06-25 15:08:31 +00:00
metadata:
name: {{ .Release.Name }}-config
namespace: {{ .Values.namespace }}
data:
{{- toYaml .Values.homebox.env | nindent 2 }}