helm-charts/charts/stable/homebox/templates/config.yaml
alice 3ee2b1da1c
All checks were successful
checks / check and test (pull_request) Successful in 22s
ConfigMap not secret
2023-06-26 11:29:09 +00:00

7 lines
168 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
namespace: {{ .Values.namespace }}
data:
{{- toYaml .Values.homebox.env | nindent 2 }}