Skip to content

Commit

Permalink
Adding CSI Powerstore driver’s effective pod security profile for sup…
Browse files Browse the repository at this point in the history
…porting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
  • Loading branch information
2 people authored and atye committed Oct 20, 2023
1 parent 73b62de commit 6ff54f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/csi-powerstore/templates/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: {{ .Values.driverName }}
labels:
security.openshift.io/csi-ephemeral-volume-profile: restricted
spec:
storageCapacity: {{ (include "csi-powerstore.isStorageCapacitySupported" .) | default false }}
podInfoOnMount: true
Expand Down

0 comments on commit 6ff54f5

Please sign in to comment.