0379d30f by Adam Heath

Add envFrom support.

1 parent c91e7447
......@@ -102,6 +102,9 @@ spec:
name: {{ include "moqui.fullname" . }}
- secretRef:
name: {{ include "moqui.fullname" . }}-opensearch
{{- if .Values.envFrom }}
{{- .Values.envFrom | toYaml | nindent 12 }}
{{- end }}
env:
- name: entity_ds_db_conf
value: 'postgres'
......
......@@ -7,6 +7,7 @@ image:
repository: moqui/moquidemo
tag: latest
envFrom: []
configMap:
entity_ds_db_conf: "postgres"
entity_ds_database: "moqui"
......