Skip to content

Commit

Permalink
fix(api-keys): config path
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Nov 3, 2023
1 parent eca3bb8 commit c3646e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/galoy/templates/api-keys-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ spec:
name: {{ template "galoy.apiKeys.fullname" . }}
key: pg-con
- name: API_KEYS_CONFIG
value: "/api-keys.yaml"
value: "/api-keys.yml"
volumeMounts:
- name: config
mountPath: "/api-keys.yaml"
subPath: "api-keys.yaml"
mountPath: "/api-keys.yml"
subPath: "api-keys.yml"
readOnly: true
volumes:
- name: config
Expand Down

0 comments on commit c3646e2

Please sign in to comment.