Skip to content

Commit

Permalink
feat(values.yml): correct the mount point and names (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
malaw-moj authored Jan 22, 2025
1 parent 0eebb42 commit 593b83d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions helm_deploy/hmpps-learner-records-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ generic-service:
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.json

volumeMounts:
- name: lrs-api-cert
mountPath: /app
- mountPath: "/app"
name: dfe-lrs-api-cert

volumes:
- name: lrs-api-cert
- name: dfe-lrs-api-cert
secret:
secretName: dfe-lrs-api-cert
items:
- key: WebServiceClientCert
path: /app/WebServiceClientCert.pfx

# Pre-existing kubernetes secrets to load as environment variables in the deployment.
# namespace_secrets:
# [name of kubernetes secret]:
Expand Down

0 comments on commit 593b83d

Please sign in to comment.