Commit 90b07c1
Adam Talbot
fix: runAsUser in yaml is unneeded as its set in the Dockerfile
This also fixes an issue in OpenShift where OpenShift wants you to use a certain range of UIDs that 1000 does not fall into. By not specifying an runAsUser in the yaml, OpenShift picks a appropriate UID for you.
Since the Dockerfile contains the USER directive this should have no effect on non OpenShift Kubernetes clusters.
Signed-off-by: Adam Talbot <[email protected]>1 parent a385696 commit 90b07c1
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
0 commit comments