Skip to content

Commit

Permalink
removed pool_name from settings for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinhydrolix committed Aug 22, 2024
1 parent 0fa6c14 commit d091971
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test_ci_topic"
]
},
"pool_name": "my-kafka-pool",
"k8s_deployment": {
"cpu": 1,
"replicas": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"pool_name": "kinesis-pool",
"k8s_deployment": {
"cpu": 1,
"memory": "10Gi",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"transform": "test_ci_transform",
"table": "test_ci_project.test_ci_table",
"pool_name": "siem12-pool",
"k8s_deployment": {
"replicas": 1,
"cpu": 1,
Expand Down

0 comments on commit d091971

Please sign in to comment.