Add extraEnvs support.
Showing
3 changed files
with
9 additions
and
0 deletions
... | @@ -111,6 +111,7 @@ spec: | ... | @@ -111,6 +111,7 @@ spec: |
111 | optional: false | 111 | optional: false |
112 | - name: elasticsearch_url | 112 | - name: elasticsearch_url |
113 | value: {{ include "moqui.opensearch-url" . }} | 113 | value: {{ include "moqui.opensearch-url" . }} |
114 | {{- include "moqui.extraEnvs" . | nindent 12 }} | ||
114 | volumeMounts: | 115 | volumeMounts: |
115 | - mountPath: /opt/moqui/runtime/lib | 116 | - mountPath: /opt/moqui/runtime/lib |
116 | name: runtime-lib | 117 | name: runtime-lib | ... | ... |
-
Please register or sign in to post a comment