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
|
app.kubernetes.io/name: android-app
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: {{ APP_USER_ID }}
|
||||||
runAsGroup: 1000
|
runAsGroup: {{ APP_USER_ID }}
|
||||||
containers:
|
containers:
|
||||||
- name: android-app
|
- name: android-app
|
||||||
image: {{ ANDROID_APP_DOCKER_IMAGE }}
|
image: {{ ANDROID_APP_DOCKER_IMAGE }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user