From 125213b63a981bc8d7e6e1163d5b31d8e02c94e1 Mon Sep 17 00:00:00 2001 From: mamutmk5 <3045922+mamutmk5@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:46:47 +0200 Subject: [PATCH] BC-5112 - add Annotations to deployment for Restart --- .../roles/superhero-dashboard/templates/deployment.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/roles/superhero-dashboard/templates/deployment.yml.j2 b/ansible/roles/superhero-dashboard/templates/deployment.yml.j2 index 46fde78..90546ee 100644 --- a/ansible/roles/superhero-dashboard/templates/deployment.yml.j2 +++ b/ansible/roles/superhero-dashboard/templates/deployment.yml.j2 @@ -3,6 +3,12 @@ kind: Deployment metadata: name: shd-deployment namespace: {{ NAMESPACE }} +{% if ANNOTATIONS is defined and ANNOTATIONS|bool %} + annotations: +{% if RELOADER is defined and RELOADER|bool %} + reloader.stakater.com/auto: "true" +{% endif %} +{% endif %} labels: app: shd app.kubernetes.io/part-of: schulcloud-verbund