mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #8787 from shanemcd/remove-fsgroup-hack
Remove fsgroup hack Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
5e51dd2ff7
@ -4,7 +4,7 @@ kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ kubernetes_serviceaccount_name }}
|
||||
namespace: {{ kubernetes_namespace }}
|
||||
{% if kubernetes_service_account_is defined %}
|
||||
{% if kubernetes_service_account_annotations is defined %}
|
||||
annotations:
|
||||
{% for key, value in kubernetes_service_account_annotations.items() %}
|
||||
{{ key }}: "{{ value }}"
|
||||
@ -116,8 +116,6 @@ spec:
|
||||
app: {{ kubernetes_deployment_name }}
|
||||
spec:
|
||||
serviceAccountName: {{ kubernetes_serviceaccount_name }}
|
||||
securityContext:
|
||||
fsGroup: 0
|
||||
terminationGracePeriodSeconds: 10
|
||||
{% if custom_venvs is defined %}
|
||||
{% set trusted_hosts = "" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user