Skip to content

Commit

Permalink
[skip ci] Added missing TTK options and special css for greenbank
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousabarreto committed Aug 1, 2023
1 parent 99d7f4b commit d047fce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/deployment/k8s/ttk/bluebank-ttk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ data:
"SEND_CALLBACK_ENABLE": true,
"FSPID": "bluebank",
"DEFAULT_USER_FSPID": "userdfsp",
"TRANSFERS_VALIDATION_WITH_PREVIOUS_QUOTES": true,
"TRANSFERS_VALIDATION_ILP_PACKET": true,
"TRANSFERS_VALIDATION_CONDITION": true,
"TRANSFERS_VALIDATION_WITH_PREVIOUS_QUOTES": false,
"TRANSFERS_VALIDATION_ILP_PACKET": false,
"TRANSFERS_VALIDATION_CONDITION": false,
"MONITORING_LOG_INCLUDE_PAYLOAD": true,
"ILP_SECRET": "secret",
"VERSIONING_SUPPORT_ENABLE": true,
Expand Down
10 changes: 7 additions & 3 deletions packages/deployment/k8s/ttk/greenbank-ttk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ data:
"SEND_CALLBACK_ENABLE": true,
"FSPID": "greenbank",
"DEFAULT_USER_FSPID": "userdfsp",
"TRANSFERS_VALIDATION_WITH_PREVIOUS_QUOTES": true,
"TRANSFERS_VALIDATION_ILP_PACKET": true,
"TRANSFERS_VALIDATION_CONDITION": true,
"TRANSFERS_VALIDATION_WITH_PREVIOUS_QUOTES": false,
"TRANSFERS_VALIDATION_ILP_PACKET": false,
"TRANSFERS_VALIDATION_CONDITION": false,
"MONITORING_LOG_INCLUDE_PAYLOAD": true,
"ILP_SECRET": "secret",
"VERSIONING_SUPPORT_ENABLE": true,
Expand Down Expand Up @@ -355,6 +355,10 @@ spec:
envFrom:
- configMapRef:
name: greenbank-frontend-config
lifecycle:
postStart:
exec:
command: [ "/bin/sh", "-c", "echo '.ant-layout-header{background-color: green !important;}' >> /usr/share/nginx/html/static/css/main.c74f8fec.chunk.css" ]
---

apiVersion: apps/v1
Expand Down

0 comments on commit d047fce

Please sign in to comment.