fix(helm): Fix init extra containers (#25803)

This commit is contained in:
Tom Murphy 2023-10-31 23:12:31 +11:00 committed by GitHub
parent 0f01d9b08f
commit 5e6d05b3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.10.12
version: 0.10.13
dependencies:
- name: postgresql
version: 12.1.6

View File

@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
# superset
![Version: 0.10.12](https://img.shields.io/badge/Version-0.10.12-informational?style=flat-square)
![Version: 0.10.13](https://img.shields.io/badge/Version-0.10.13-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application

View File

@ -84,7 +84,7 @@ spec:
command: {{ tpl (toJson .Values.init.command) . }}
resources: {{- toYaml .Values.init.resources | nindent 10 }}
{{- if .Values.init.extraContainers }}
{{- toYaml .Values.init.extraContainers | nindent 8 }}
{{- toYaml .Values.init.extraContainers | nindent 6 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector: {{- toYaml . | nindent 8 }}