Skip to content

Commit

Permalink
fix(chart): fix storageClassName typo in eventtailer template
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored and ahma committed Jul 19, 2022
1 parent 64ac7d0 commit 6f1e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logging-operator-logging/templates/eventtailer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
storage: {{ .storage | default "1Gi" }}
volumeMode: {{ .volumeMode | default "Filesystem" }}
{{- with .storageClass }}
storageClass: {{ .storageClass }}
storageClassName: {{ .storageClass }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 6f1e3e6

Please sign in to comment.