We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e11deb commit cdba384Copy full SHA for cdba384
operator.yaml
@@ -12,6 +12,9 @@ spec:
12
labels:
13
name: redis-enterprise-operator
14
spec:
15
+ securityContext:
16
+ runAsUser: 1001
17
+ fsGroup: 1001
18
serviceAccount: redis-enterprise-operator
19
containers:
20
- name: redis-enterprise-operator
scc.yaml
@@ -6,6 +6,10 @@ allowPrivilegedContainer: false
6
allowedCapabilities:
7
- SYS_RESOURCE
8
runAsUser:
9
- type: RunAsAny
+ type: MustRunAs
10
+ uid: 1001
11
+FSGroup:
+ ranges: 1001,1001
seLinuxContext:
type: RunAsAny
0 commit comments