Skip to content

Commit

Permalink
ROX-20654 Add SCC to allow using ephemeral volumes (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored Nov 6, 2023
1 parent db5adb0 commit 5784849
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dp-terraform/helm/rhacs-terraform/templates/scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: security.openshift.io/v1
kind: SecurityContextConstraints
metadata:
annotations:
kubernetes.io/description: custom-acscs-ephemeral-volumes allows pods to use the node's ephemeral storage. This is needed until the clusters are upgraded to 4.12 where the anyuid SCC allows using ephemeral volumes by default
name: custom-acscs-ephemeral-volumes
volumes:
- ephemeral
runAsUser:
type: RunAsAny
seLinuxContext:
type: RunAsAny
fsGroup:
type: RunAsAny

0 comments on commit 5784849

Please sign in to comment.