Skip to content

Commit

Permalink
Add the repository_config to the kbs-config manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Pradipta Banerjee <[email protected]>
  • Loading branch information
bpradipt committed Mar 1, 2024
1 parent 57c65d8 commit 659fa03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/samples/microservices/kbs-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ data:
},
"grpc_config" : {
"as_addr": "http://127.0.0.1:50004"
},
"repository_config": {
"type": "LocalFs",
"dir_path": "/opt/confidential-containers/kbs/repository"
}
}

0 comments on commit 659fa03

Please sign in to comment.