fix(chart): add missing toleration for init-job (#23452)

Co-authored-by: Jonathan Gallon <jonathan.gallon@manomano.com>
This commit is contained in:
Jonathan Gallon
2023-03-23 15:38:10 +01:00
committed by GitHub
parent 07a632891c
commit a15e833128
3 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.8.8
version: 0.8.9
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.8.8](https://img.shields.io/badge/Version-0.8.8-informational?style=flat-square)
![Version: 0.8.9](https://img.shields.io/badge/Version-0.8.9-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application

View File

@@ -83,6 +83,10 @@ spec:
command: {{ tpl (toJson .Values.init.command) . }}
resources:
{{- toYaml .Values.init.resources | nindent 10 }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}