Skip to content

Commit

Permalink
frontend configmap updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Nov 28, 2024
1 parent 498e4cf commit 1fe2623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
"publicKey": "{{ .Values.publicKey }}",
"tenantMgmtFacadeUrl": "{{ .Values.tenantMgmtFacade.base_path }}",
"tenantmgmtServiceUrl": "{{ .Values.tenantMgmtService.base_path }}",
"subscriptionServiceUrl": "{{ .Values.subscriptionService.base_path }}"
"subscriptionServiceUrl": "{{ .Values.subscriptionService.base_path }}",
"stripePublicKey": "{{ .Values.frontend.stripePublicKey }}"
}
{{- end}}

0 comments on commit 1fe2623

Please sign in to comment.