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