From f6a6a66687b9e569b3d6adb6acafaa057d12d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Isaksen?= Date: Sat, 26 Mar 2022 13:31:13 +0100 Subject: [PATCH] chore: deployment 4 --- helm-sources/templates/deployment.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/helm-sources/templates/deployment.yaml b/helm-sources/templates/deployment.yaml index cf6fc85..84812f4 100644 --- a/helm-sources/templates/deployment.yaml +++ b/helm-sources/templates/deployment.yaml @@ -15,13 +15,7 @@ spec: app: climate-gui spec: containers: - - env: - - name: NEXT_PUBLIC_READING_BASE_URI - valueFrom: - secretKeyRef: - name: climate-gui-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }} - key: READING_BASE_URI - name: climate-gui + - name: climate-gui image: oyvindis/climate-gui imagePullPolicy: Always restartPolicy: Always