Skip to content

Commit

Permalink
add PAYPAL_CLIENT_ID env var to deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Oct 17, 2022
1 parent 6c1fa4c commit f27a4e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ spec:
configMapKeyRef:
name: keycloak-config-web
key: client-id
- name: PAYPAL_CLIENT_ID
valueFrom:
secretKeyRef:
name: secrets-web
key: paypal-client-id
ports:
- containerPort: 3040
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
next-auth-secret=
google-id=
google-secret=
paypal-client-id=

0 comments on commit f27a4e6

Please sign in to comment.