mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/kubewatch] Fix missing tolerations (#5187)
This commit is contained in:
committed by
GitHub
parent
1a0f82046e
commit
0f3febaab6
@@ -28,4 +28,4 @@ name: kubewatch
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kubewatch
|
||||
- https://github.com/bitnami-labs/kubewatch
|
||||
version: 3.0.4
|
||||
version: 3.0.5
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{- if .Values.nodeSelector }}
|
||||
nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.nodeSelector "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.tolerations }}
|
||||
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
restartPolicy: Always
|
||||
serviceAccountName: {{ include "kubewatch.serviceAccountName" . }}
|
||||
{{- if .Values.podSecurityContext.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user