Skip to content

Commit 974486f

Browse files
committed
Reinstate the old fs values
1 parent 2fc192d commit 974486f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/governor/values-openshift.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ openShiftEnabled: true
77
api:
88
securityContext:
99
runAsNonRoot: true
10-
runAsUser: 1000660000
11-
fsGroup: 1000660000
10+
runAsUser: 1002270000
11+
fsGroup: 1002270000
1212
fsGroupChangePolicy: OnRootMismatch
1313
seccompProfile:
1414
type: RuntimeDefault
1515

1616
front:
1717
securityContext:
1818
runAsNonRoot: true
19-
runAsUser: 1000660000
20-
fsGroup: 1000660000
19+
runAsUser: 1002270000
20+
fsGroup: 1002270000
2121
fsGroupChangePolicy: OnRootMismatch
2222
seccompProfile:
2323
type: RuntimeDefault
2424

2525
agent:
2626
securityContext:
2727
runAsNonRoot: true
28-
runAsUser: 1000660000
29-
fsGroup: 1000660000
28+
runAsUser: 1002270000
29+
fsGroup: 1002270000
3030
fsGroupChangePolicy: OnRootMismatch
3131
seccompProfile:
3232
type: RuntimeDefault
3333

3434
director:
3535
securityContext:
3636
runAsNonRoot: true
37-
runAsUser: 1000660000
38-
fsGroup: 1000660000
37+
runAsUser: 1002270000
38+
fsGroup: 1002270000
3939
fsGroupChangePolicy: OnRootMismatch
4040
seccompProfile:
4141
type: RuntimeDefault

0 commit comments

Comments
 (0)