Ugh, add missing '---' that separated dsauth.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -8,6 +8,7 @@ metadata: | ... | @@ -8,6 +8,7 @@ metadata: |
8 | {{- include "moqui.labels" . | nindent 4 }} | 8 | {{- include "moqui.labels" . | nindent 4 }} |
9 | stringData: | 9 | stringData: |
10 | entity_ds_password: {{ .Values.secret.entity_ds_password }} | 10 | entity_ds_password: {{ .Values.secret.entity_ds_password }} |
11 | --- | ||
11 | {{- end }} | 12 | {{- end }} |
12 | 13 | ||
13 | apiVersion: v1 | 14 | apiVersion: v1 |
... | @@ -18,4 +19,4 @@ metadata: | ... | @@ -18,4 +19,4 @@ metadata: |
18 | {{- include "moqui.labels" . | nindent 4 }} | 19 | {{- include "moqui.labels" . | nindent 4 }} |
19 | stringData: | 20 | stringData: |
20 | elasticsearch_password: admin | 21 | elasticsearch_password: admin |
21 | 22 | --- | ... | ... |
-
Please register or sign in to post a comment