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
alankar-verma and suryagupta4 authored Aug 31, 2023
1 parent 5286f00 commit c1dd93b
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 c1dd93b

Please sign in to comment.