Skip to content

Commit

Permalink
Merge pull request #2 from eclipse-tractusx/feat/charts/dev-pool-name
Browse files Browse the repository at this point in the history
cicd(Charts): fix name of pool service in dev and portal-dev values
  • Loading branch information
nicoprow authored Jan 11, 2023
2 parents b5bb7ba + cc58d4f commit 8f922ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gate/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ingress:
applicationConfig:
bpdm:
pool:
base-url: http://pool-bpdm:8080/api/catena
base-url: http://pool-bpdm-pool:8080/api/catena
cdq:
storage: 38d2277e20c730b4b8e8f182adcef7ca
datasource: 621338451197b7667a5fbda4
Expand Down
2 changes: 1 addition & 1 deletion charts/gate/values-portal-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ingress:
applicationConfig:
bpdm:
pool:
base-url: http://pool-bpdm:8080/api/catena
base-url: http://pool-bpdm-pool:8080/api/catena
cdq:
storage: b3c0ad440d67350ba6f89a031375ec6b
datasource: 62ce5d4c9f1e1e3886fdd720
Expand Down

0 comments on commit 8f922ff

Please sign in to comment.