mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 00:51:27 -03:30
project_data_dir is not required in the awx_task containers
This commit is contained in:
parent
47560fdf7c
commit
7d77727a60
@ -190,11 +190,6 @@ spec:
|
||||
- name: {{ kubernetes_deployment_name }}-ca-trust-dir
|
||||
mountPath: "/etc/pki/ca-trust/source/anchors/"
|
||||
readOnly: true
|
||||
{% endif %}
|
||||
{% if project_data_dir is defined %}
|
||||
- name: {{ kubernetes_deployment_name }}-project-data-dir
|
||||
mountPath: "/var/lib/awx/projects"
|
||||
readOnly: false
|
||||
{% endif %}
|
||||
- name: {{ kubernetes_deployment_name }}-application-config
|
||||
mountPath: "/etc/tower/settings.py"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user