Skip to content

Commit

Permalink
Prefer getting env vars via envFrom #3326
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKind committed Jun 18, 2024
1 parent 515b17b commit 1716150
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helm/sciety/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ spec:
value: "https://{{ .Values.hostname }}"
- name: SCIETY_TEAM_API_BEARER_TOKEN
value: {{ .Values.ingestionAuthBearerToken }}
- name: PGDATABASE
valueFrom:
secretKeyRef:
name: "{{ .Values.postgresqlSecretName }}"
key: postgresql-database
- name: PGUSER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 1716150

Please sign in to comment.