Skip to content

Commit

Permalink
Merge pull request #30 from bcgov/fix/env-config-error
Browse files Browse the repository at this point in the history
env variable config change
  • Loading branch information
hannah-macdonald1 authored Nov 15, 2024
2 parents de8a38e + f490c2a commit be96b64
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 be96b64

Please sign in to comment.