Skip to content

Commit

Permalink
better indent (#2720)
Browse files Browse the repository at this point in the history
Signed-off-by: Chip Zoller <[email protected]>
  • Loading branch information
chipzoller authored Nov 1, 2023
1 parent 7d0f3c1 commit 3a0f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cost-analyzer/templates/aggregator-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0f5af

Please sign in to comment.