Get elasticsearch-operator working with latest helmfile.
Showing
3 changed files
with
2 additions
and
1 deletions
... | @@ -12,7 +12,8 @@ environments: | ... | @@ -12,7 +12,8 @@ environments: |
12 | 12 | ||
13 | releases: | 13 | releases: |
14 | - name: elasticsearch-operator | 14 | - name: elasticsearch-operator |
15 | chart: . | 15 | chart: charts/elasticsearch-operator |
16 | namespace: {{ .Values.namespace }} | 16 | namespace: {{ .Values.namespace }} |
17 | wait: true | ||
17 | values: | 18 | values: |
18 | - set-common-values.yaml.gotmpl | 19 | - set-common-values.yaml.gotmpl | ... | ... |
-
Please register or sign in to post a comment