We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf11abe commit 26cbaabCopy full SHA for 26cbaab
charts/sentry/templates/symbolicator/statefulset-symbolicator.yaml
@@ -150,7 +150,7 @@ spec:
150
name: symbolicator-data
151
spec:
152
accessModes: {{ .Values.symbolicator.api.persistence.accessModes }}
153
- {{- if hasKey .Values.symbolicator.api.persistence "storageClass" }}
+ {{- if hasKey .Values.symbolicator.api.persistence "storageClassName" }}
154
storageClassName: {{ .Values.symbolicator.api.persistence.storageClassName | quote }}
155
{{- end }}
156
resources:
0 commit comments