From 819eabb14cc1ced1ce2a2396c6c5350e9ddb2b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 9 Apr 2021 18:36:31 +0200 Subject: [PATCH] Set operator MODE explicity --- execution/helm/templates/theodolite/thedolite-operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/execution/helm/templates/theodolite/thedolite-operator.yaml b/execution/helm/templates/theodolite/thedolite-operator.yaml index 608da697c..9b3714e4a 100644 --- a/execution/helm/templates/theodolite/thedolite-operator.yaml +++ b/execution/helm/templates/theodolite/thedolite-operator.yaml @@ -21,6 +21,8 @@ spec: env: - name: NAMESPACE value: {{ .Release.Namespace }} + - name: MODE + value: operator - name: lag-analysis image: benediktwetzel/lag-analysis ports: -- GitLab