Skip to content

Commit 64d6d16

Browse files
authored
fix: remove trailing tab in statefulset template
remove unnecessary tab which fails yaml linting
1 parent c2f82ad commit 64d6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/trivy/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app.kubernetes.io/instance: {{ .Release.Name }}
1818
{{- if .Values.persistence.enabled }}
1919
volumeClaimTemplates:
20-
- apiVersion: v1
20+
- apiVersion: v1
2121
kind: PersistentVolumeClaim
2222
metadata:
2323
name: data

0 commit comments

Comments
 (0)