{{ define “env” }} {{- range $key, $val := .Values.environment }}

{{- end}} # This is in this file because we can't have conditionals in `values.yaml`. {{- if .Values.redis.enabled }}

{{- end }} {{ end }}