diff --git a/cost-analyzer/templates/aggregator-statefulset.yaml b/cost-analyzer/templates/aggregator-statefulset.yaml index b5922b05f..e412fd6d4 100644 --- a/cost-analyzer/templates/aggregator-statefulset.yaml +++ b/cost-analyzer/templates/aggregator-statefulset.yaml @@ -114,7 +114,7 @@ spec: containerPort: 9004 protocol: TCP resources: -{{ toYaml .Values.kubecostAggregator.resources | indent 12 }} + {{ toYaml .Values.kubecostAggregator.resources | nindent 12 }} volumeMounts: - name: persistent-configs mountPath: /var/configs