Skip to content

Commit

Permalink
env variable config change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Nov 15, 2024
1 parent de8a38e commit f490c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ spec:
secretKeyRef:
name: visitz-api
key: ATTACHMENTS_ENDPOINT
- name: POST_IN_PERSON_VISITS_ENDPOINT
- name: IN_PERSON_VISITS_POST_ENDPOINT
valueFrom:
secretKeyRef:
name: visitz-api
key: POST_IN_PERSON_VISITS_ENDPOINT
key: IN_PERSON_VISITS_POST_ENDPOINT
- name: VPI_APP_LABEL
value: {{ .Values.vpiAppBuildLabel.version }}
restartPolicy: Always
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import {
} from '../../entities/attachments.entity';
import { AuthService } from '../../common/guards/auth/auth.service';

import { AuthService } from '../../common/guards/auth/auth.service';

describe('ServiceRequestsController', () => {
let controller: ServiceRequestsController;
let serviceRequestsService: ServiceRequestsService;
Expand Down

0 comments on commit f490c2a

Please sign in to comment.