remove hard-coded uid 1000
This commit is contained in:
parent
25fa14e030
commit
be36969dce
@ -15,8 +15,8 @@ spec:
|
||||
app.kubernetes.io/name: android-app
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
runAsUser: {{ APP_USER_ID }}
|
||||
runAsGroup: {{ APP_USER_ID }}
|
||||
containers:
|
||||
- name: android-app
|
||||
image: {{ ANDROID_APP_DOCKER_IMAGE }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user