diff --git a/helm/sciety/templates/frontend-deployment.yaml b/helm/sciety/templates/frontend-deployment.yaml index 52b79d0500..b7c70a7963 100644 --- a/helm/sciety/templates/frontend-deployment.yaml +++ b/helm/sciety/templates/frontend-deployment.yaml @@ -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: