Skip to content

Commit 346af08

Browse files
authored
Merge pull request #487 from GarbageYard/csi-snapshot-controller-bug
fix: helm chart format issue
2 parents 05b1337 + 46a32aa commit 346af08

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1 Byte
Binary file not shown.
-6 Bytes
Binary file not shown.

charts/v4.4.0/csi-driver-nfs/templates/csi-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
serviceAccountName: {{ .Values.externalSnapshotter.name }}
4343
nodeSelector:
4444
kubernetes.io/os: linux
45-
priorityClassName: {{ .Values.externalSnapshotter.priorityClassName }
45+
priorityClassName: {{ .Values.externalSnapshotter.priorityClassName }}
4646
securityContext:
4747
seccompProfile:
4848
type: RuntimeDefault

0 commit comments

Comments
 (0)