mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(helm): Fix init extra containers (#25803)
This commit is contained in:
@@ -29,7 +29,7 @@ maintainers:
|
|||||||
- name: craig-rueda
|
- name: craig-rueda
|
||||||
email: craig@craigrueda.com
|
email: craig@craigrueda.com
|
||||||
url: https://github.com/craig-rueda
|
url: https://github.com/craig-rueda
|
||||||
version: 0.10.12
|
version: 0.10.13
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 12.1.6
|
version: 12.1.6
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
|
|||||||
|
|
||||||
# superset
|
# superset
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Apache Superset is a modern, enterprise-ready business intelligence web application
|
Apache Superset is a modern, enterprise-ready business intelligence web application
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ spec:
|
|||||||
command: {{ tpl (toJson .Values.init.command) . }}
|
command: {{ tpl (toJson .Values.init.command) . }}
|
||||||
resources: {{- toYaml .Values.init.resources | nindent 10 }}
|
resources: {{- toYaml .Values.init.resources | nindent 10 }}
|
||||||
{{- if .Values.init.extraContainers }}
|
{{- if .Values.init.extraContainers }}
|
||||||
{{- toYaml .Values.init.extraContainers | nindent 8 }}
|
{{- toYaml .Values.init.extraContainers | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector: {{- toYaml . | nindent 8 }}
|
nodeSelector: {{- toYaml . | nindent 8 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user