From 213c1bebc4d6cdeba99b586b7a9cc209271604e3 Mon Sep 17 00:00:00 2001 From: Stanislav Zaprudskiy Date: Fri, 23 Jun 2023 17:25:58 +0200 Subject: [PATCH] Do not cause web deployment restart on pre-stop scripts changes (#1458) --- roles/installer/templates/deployments/web.yaml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index ac3866ac..a8206279 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -28,7 +28,6 @@ spec: annotations: {% for template in [ "configmaps/config", - "configmaps/pre_stop_scripts", "secrets/app_credentials", "storage/persistent", ] %}