From f8cece8d12b0eed64e24deee38334127e56ccf59 Mon Sep 17 00:00:00 2001 From: Prince Rachit Sinha Date: Thu, 2 Sep 2021 10:01:49 +0000 Subject: [PATCH] Add dependency on dependsOn key for ws-manager --- chart/templates/ws-manager-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/ws-manager-deployment.yaml b/chart/templates/ws-manager-deployment.yaml index b711b209dbce4d..97134e7ee6f59f 100644 --- a/chart/templates/ws-manager-deployment.yaml +++ b/chart/templates/ws-manager-deployment.yaml @@ -35,6 +35,7 @@ spec: kind: pod stage: {{ .Values.installation.stage }} annotations: +{{ include "gitpod.pod.dependsOn" $this | indent 8 }} checksum/tlskey: {{ include (print $.Template.BasePath "/ws-daemon-tlssecret.yaml") $ | sha256sum }} spec: priorityClassName: system-node-critical