Merge pull request #487 from GarbageYard/csi-snapshot-controller-bug

fix: helm chart format issue
This commit is contained in:
Kubernetes Prow Robot 2023-07-18 08:25:09 -07:00 committed by GitHub
commit 346af08047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ spec:
serviceAccountName: {{ .Values.externalSnapshotter.name }}
nodeSelector:
kubernetes.io/os: linux
priorityClassName: {{ .Values.externalSnapshotter.priorityClassName }
priorityClassName: {{ .Values.externalSnapshotter.priorityClassName }}
securityContext:
seccompProfile:
type: RuntimeDefault