diff --git a/roles/installer/templates/deployments/deployment.yaml.j2 b/roles/installer/templates/deployments/deployment.yaml.j2 index 3c5de60f..32670640 100644 --- a/roles/installer/templates/deployments/deployment.yaml.j2 +++ b/roles/installer/templates/deployments/deployment.yaml.j2 @@ -244,18 +244,6 @@ spec: {% endif %} {% if web_extra_volume_mounts -%} {{ web_extra_volume_mounts | indent(width=12, first=True) }} -{% endif %} -{% if termination_grace_period_seconds is defined %} - - name: pre-stop-data - mountPath: /var/lib/pre-stop - - name: pre-stop-scripts - mountPath: /var/lib/pre-stop/scripts - lifecycle: - preStop: - exec: - command: - - bash - - /var/lib/pre-stop/scripts/termination-waiter {% endif %} env: - name: MY_POD_NAMESPACE