Set gid for mounted files to 101 (nginx)

This commit is contained in:
Devon Mackay 2018-08-08 10:04:19 -04:00
parent ae2c6b01ff
commit aecb310a9b

View File

@ -20,6 +20,8 @@ spec:
labels: labels:
app: atst app: atst
spec: spec:
securityContext:
fsGroup: 101
containers: containers:
- name: atst - name: atst
image: registry.atat.codes:443/atst-prod:e9b6f76 image: registry.atat.codes:443/atst-prod:e9b6f76