mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Merge pull request #7317 from shanemcd/redis-root-group
Force containers in k8s to run under root group Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -104,6 +104,8 @@ spec:
|
||||
app: {{ kubernetes_deployment_name }}
|
||||
spec:
|
||||
serviceAccountName: awx
|
||||
securityContext:
|
||||
fsGroup: 0
|
||||
terminationGracePeriodSeconds: 10
|
||||
{% if custom_venvs is defined %}
|
||||
{% set trusted_hosts = "" %}
|
||||
|
||||
Reference in New Issue
Block a user