Skip to content

Commit

Permalink
Prefer getting env var using envFrom #3326
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKind committed Jun 18, 2024
1 parent 055d956 commit ec24b1e
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 @@ -54,11 +54,6 @@ spec:
secretKeyRef:
name: "{{ .Values.postgresqlSecretName }}"
key: postgresql-password
- name: PGPORT
valueFrom:
secretKeyRef:
name: "{{ .Values.postgresqlSecretName }}"
key: postgresql-port
- name: AUTH0_CLIENT_ID
value: {{ .Values.auth0ClientId }}
- name: AUTH0_CLIENT_SECRET
Expand Down

0 comments on commit ec24b1e

Please sign in to comment.