Skip to content

Commit

Permalink
chore: deployment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindis committed Mar 26, 2022
1 parent 9ec5dc3 commit f6a6a66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions helm-sources/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6a6a66

Please sign in to comment.