File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 0.1.0
25
+ version : 0.1.1
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 19
19
labels :
20
20
{{- include "pms-chart.labels" . | nindent 8 }}
21
21
spec :
22
+ tolerations :
23
+ {{- toYaml .Values.tolerations | nindent 6 }}
24
+ nodeSelector :
25
+ {{- toYaml .Values.nodeSelector | nindent 6 }}
26
+ affinity :
27
+ {{- toYaml .Values.affinity | nindent 6 }}
22
28
volumes :
23
29
- name : pms-transcode
24
30
emptyDir : {}
@@ -154,12 +160,6 @@ spec:
154
160
{{- with .Values.extraContainers }}
155
161
{{- toYaml . | nindent 6 }}
156
162
{{- end }}
157
- nodeSelector :
158
- {{- toYaml .Values.nodeSelector | nindent 4 }}
159
- affinity :
160
- {{- toYaml .Values.affinity | nindent 4 }}
161
- tolerations :
162
- {{- toYaml .Values.tolerations | nindent 4 }}
163
163
volumeClaimTemplates :
164
164
- metadata :
165
165
name : pms-config
You can’t perform that action at this time.
0 commit comments