mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
project_data_dir is not required in the awx_task containers
This commit is contained in:
@@ -190,11 +190,6 @@ spec:
|
|||||||
- name: {{ kubernetes_deployment_name }}-ca-trust-dir
|
- name: {{ kubernetes_deployment_name }}-ca-trust-dir
|
||||||
mountPath: "/etc/pki/ca-trust/source/anchors/"
|
mountPath: "/etc/pki/ca-trust/source/anchors/"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% endif %}
|
|
||||||
{% if project_data_dir is defined %}
|
|
||||||
- name: {{ kubernetes_deployment_name }}-project-data-dir
|
|
||||||
mountPath: "/var/lib/awx/projects"
|
|
||||||
readOnly: false
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- name: {{ kubernetes_deployment_name }}-application-config
|
- name: {{ kubernetes_deployment_name }}-application-config
|
||||||
mountPath: "/etc/tower/settings.py"
|
mountPath: "/etc/tower/settings.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user