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 <[email protected]>
  • Loading branch information
2 people authored and atye committed Nov 7, 2023
1 parent aa3eed7 commit d278fc8
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 d278fc8

Please sign in to comment.