This repository was archived by the owner on Jul 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
chart/monocular/templates Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -77,25 +77,19 @@ spec:
77
77
name: { { template " mongodb.fullname" $global } }
78
78
{ {- end } }
79
79
{ {- with $global .Values.sync.extraVolumeMounts } }
80
- volumeMounts:
81
- { { toYaml . | indent 6 } }
80
+ volumeMounts: { { toYaml . | nindent 6 } }
82
81
{ {- end } }
83
- resources:
84
- { { toYaml $global .Values.sync.resources | indent 6 } }
82
+ resources: { { toYaml $global .Values.sync.resources | nindent 6 } }
85
83
{ {- with $global .Values.sync.nodeSelector } }
86
- nodeSelector:
87
- { { toYaml . | indent 4 } }
84
+ nodeSelector: { { toYaml . | nindent 4 } }
88
85
{ {- end } }
89
86
{ {- with $global .Values.sync.affinity } }
90
- affinity:
91
- { { toYaml . | indent 4 } }
87
+ affinity: { { toYaml . | nindent 4 } }
92
88
{ {- end } }
93
89
{ {- with $global .Values.sync.tolerations } }
94
- tolerations:
95
- { { toYaml . | indent 4 } }
90
+ tolerations: { { toYaml . | nindent 4 } }
96
91
{ {- end } }
97
92
{ {- with $global .Values.sync.extraVolumes } }
98
- volumes:
99
- { { toYaml . | indent 4 } }
93
+ volumes: { { toYaml . | nindent 4 } }
100
94
{ {- end } }
101
95
{ {- end -} }
You can’t perform that action at this time.
0 commit comments