Slight refactor of Zanzana GRPC Client to use it in the IAM Folder Operator (#110120)

This commit is contained in:
Mihai Turdean
2025-08-26 08:34:15 -06:00
committed by GitHub
parent 60f31342c0
commit 3eebe43c6d
7 changed files with 313 additions and 91 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func main() {
// Create app config from operator config
appCfg := app.AppConfig{
ZanzanaAddr: cfg.ZanzanaClient.Addr,
ZanzanaCfg: cfg.ZanzanaClient,
FolderReconcilerNamespace: cfg.FolderReconciler.Namespace,
}