Skip to content

Commit

Permalink
add end to deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav090420 committed Oct 17, 2024
1 parent 2d210bc commit 34b6cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
secretKeyRef:
name: {{.secretName }}
key: {{.secretPasswordKey }}
{{- end }}
{{- end }}
volumeMounts:
- name: service-config
mountPath: /app/resources/configs/{{ .Chart.Name }}/application.conf
Expand Down

0 comments on commit 34b6cb1

Please sign in to comment.