Skip to content

Commit

Permalink
fix: removing the environment variable form the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 9, 2021
1 parent e060fd4 commit f283a50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helm/cas-ciip-portal/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ spec:
- name: {{ template "cas-ciip-portal.fullname" . }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
image: {{ .Values.image.app.repository }}:{{ .Values.image.app.tag }}
{{- if .Values.env.enableDbMocks }}
args:
- yarn
- start
- AS_CYPRESS
{{- end }}
env:
- name: SESSION_SECRET
valueFrom:
Expand Down

0 comments on commit f283a50

Please sign in to comment.