Skip to content

Commit 4452cae

Browse files
committed
Update docu and CBv5
Signed-off-by: Andy Tael <[email protected]>
1 parent 7d450dc commit 4452cae

File tree

27 files changed

+2018
-57
lines changed

27 files changed

+2018
-57
lines changed

cloudbank-v5/account/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-adb-wallet
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-adb-wallet
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/chatbot/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/checks/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/creditscore/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: false # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/customer/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-adb-wallet
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-adb-wallet
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/testrunner/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

cloudbank-v5/transfer/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ affinity: {}
148148

149149
obaas:
150150
# TODO: Set to your OBaaS installation namespace
151-
namespace: REPLACE_WITH_OBAAS_NAMESPACE # e.g., obaas-cdd, obaas-prod, etc.
151+
namespace: obaas-dev # e.g., obaas-cdd, obaas-prod, etc.
152152

153153
# Framework selection: SPRING_BOOT or HELIDON
154154
# TODO: Choose your framework (SPRING_BOOT or HELIDON)
155-
framework: REPLACE_WITH_FRAMEWORK # Options: SPRING_BOOT or HELIDON
155+
framework: SPRING_BOOT # Options: SPRING_BOOT or HELIDON
156156

157157
database:
158158
enabled: true # If true, database configuration will be injected
159159
# TODO: Set the name of your database credentials secret
160-
credentialsSecret: REPLACE_WITH_DB_CREDENTIALS_SECRET # e.g., my-app-db-secrets
160+
credentialsSecret: account-db-secrets # e.g., my-app-db-secrets
161161
# TODO: Set the name of your ADB wallet secret
162-
walletSecret: REPLACE_WITH_DB_WALLET_SECRET # e.g., my-app-tns-admin
162+
walletSecret: obaas-adb-tns-admin-1 # e.g., my-app-tns-admin
163163

164164
# Enable OpenTelemetry tracing and metrics
165165
otel:

0 commit comments

Comments
 (0)