Skip to content

Commit

Permalink
chore: adding platformFeesInPpm for voucher (#6631)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 authored Jun 6, 2024
1 parent e1026a1 commit a4c2e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/voucher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
value: {{ .Values.voucher.otelExporterOtlpEndpoint }}
- name: TRACING_SERVICE_NAME
value: {{ .Values.voucher.tracingServiceName }}
- name: PLATFORM_FEES_IN_PPM
value: {{ .Values.voucher.platformFeesInPpm }}
- name: NEXTAUTH_SECRET
valueFrom:
secretKeyRef:
Expand Down
1 change: 1 addition & 0 deletions charts/voucher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ voucher:
clientId: ""
otelExporterOtlpEndpoint: http://localhost:4318
tracingServiceName: "voucher"
platformFeesInPpm: 2000
image:
repository: us.gcr.io/galoy-org/galoy-voucher
digest: "sha256:bd4ca9980cb9f26902a195106e6e5e5b1af5ce9afbb2e60cdbaed968d123f65e" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=0091351;app=voucher;monorepo_subdir=apps/voucher;
Expand Down

0 comments on commit a4c2e30

Please sign in to comment.