File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
dell-fan-controller/templates Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
v.yaml
2
+ /charts /* /charts /
Original file line number Diff line number Diff line change
1
+ ***********************************************************************
2
+ Welcome to {{ .Chart.Name }}
3
+ Chart version: {{ .Chart.Version }}
4
+ App version: {{ .Chart.AppVersion }}
5
+ ***********************************************************************
Original file line number Diff line number Diff line change
1
+ ***********************************************************************
2
+ Welcome to {{ .Chart.Name }}
3
+ Chart version: {{ .Chart.Version }}
4
+ App version: {{ .Chart.AppVersion }}
5
+ ***********************************************************************
Original file line number Diff line number Diff line change @@ -82,17 +82,17 @@ spec:
82
82
- name : platformio
83
83
emptyDir : {}
84
84
{{- with .Values.extraVolumes }}
85
- {{- toYaml . | nindent 6 }}
85
+ {{- toYaml . | nindent 10 }}
86
86
{{- end }}
87
87
{{- with .Values.nodeSelector }}
88
88
nodeSelector :
89
- {{- toYaml . | nindent 6 }}
89
+ {{- toYaml . | nindent 8 }}
90
90
{{- end }}
91
91
{{- with .Values.tolerations }}
92
92
tolerations :
93
- {{- toYaml . | nindent 6 }}
93
+ {{- toYaml . | nindent 8 }}
94
94
{{- end }}
95
95
{{- with .Values.affinity }}
96
96
affinity :
97
- {{- toYaml . | nindent 6 }}
97
+ {{- toYaml . | nindent 8 }}
98
98
{{- end }}
You can’t perform that action at this time.
0 commit comments