mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Revert: Force containers in k8s to run under root group
This reverts most of:
423df6618d
Since https://github.com/sclorg/redis-container/pull/62 is now shipped downstream
This commit is contained in:
@@ -116,8 +116,6 @@ spec:
|
|||||||
app: {{ kubernetes_deployment_name }}
|
app: {{ kubernetes_deployment_name }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ kubernetes_serviceaccount_name }}
|
serviceAccountName: {{ kubernetes_serviceaccount_name }}
|
||||||
securityContext:
|
|
||||||
fsGroup: 0
|
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
{% if custom_venvs is defined %}
|
{% if custom_venvs is defined %}
|
||||||
{% set trusted_hosts = "" %}
|
{% set trusted_hosts = "" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user