File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
deploy/kubernetes/helm/sloth Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: Base chart for Sloth.
44type : application
55home : https://github.com/slok/sloth
66kubeVersion : " >= 1.19.0-0"
7- version : 0.7.0
7+ version : 0.7.1
Original file line number Diff line number Diff line change 2727 securityContext :
2828 {{- toYaml . | nindent 8 }}
2929 {{- end }}
30+ {{- with .Values.tolerations }}
31+ tolerations :
32+ {{ toYaml . | trim | indent 8 }}
33+ {{- end }}
3034 containers :
3135 - name : sloth
3236 image : {{ .Values.image.repository }}:{{ .Values.image.tag }}
8690 {{- end }}
8791 resources :
8892 {{- toYaml .Values.resources | nindent 12 }}
89- {{- with .Values.tolerations }}
90- tolerations :
91- {{ toYaml . | trim | indent 12 }}
92- {{- end }}
9393 {{- if .Values.commonPlugins.enabled }}
9494 - name : git-sync-plugins
9595 image : {{ .Values.commonPlugins.image.repository }}:{{ .Values.commonPlugins.image.tag }}
You can’t perform that action at this time.
0 commit comments