File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,35 +7,35 @@ openShiftEnabled: true
77api :
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
1616front :
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
2525agent :
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
3434director :
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
You can’t perform that action at this time.
0 commit comments