``` volumeMounts: - name: config mountPath: /quickwit/node.yaml subPath: node.yaml - name: data mountPath: /quickwit/qwdata resources: limits: cpu: 1000m memory: 256Mi requests: cpu: 500m memory: 128Mi ``` The issue is this ```diff resources: - {{- toYaml .Values.control_plane.resources | nindent 14 }} + {{- toYaml .Values.control_plane.resources | nindent 12 }} ```