From 7d77727a6003dac29ee78f3e7417863efac66272 Mon Sep 17 00:00:00 2001 From: Marcelo Mello Date: Wed, 19 Jun 2019 21:35:49 -0400 Subject: [PATCH] project_data_dir is not required in the awx_task containers --- installer/roles/kubernetes/templates/deployment.yml.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installer/roles/kubernetes/templates/deployment.yml.j2 b/installer/roles/kubernetes/templates/deployment.yml.j2 index 4d98ab265a..fe9a52817a 100644 --- a/installer/roles/kubernetes/templates/deployment.yml.j2 +++ b/installer/roles/kubernetes/templates/deployment.yml.j2 @@ -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"