mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
refactor: adaption for kine
This commit is contained in:
committed by
Dario Tranchitella
parent
3be6cf1c4f
commit
8f59de6e13
2
main.go
2
main.go
@@ -33,6 +33,7 @@ import (
|
||||
"github.com/clastix/kamaji/controllers"
|
||||
"github.com/clastix/kamaji/internal"
|
||||
"github.com/clastix/kamaji/internal/config"
|
||||
"github.com/clastix/kamaji/internal/types"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -76,6 +77,7 @@ func main() {
|
||||
Client: mgr.GetClient(),
|
||||
Scheme: mgr.GetScheme(),
|
||||
Config: controllers.TenantControlPlaneReconcilerConfig{
|
||||
ETCDStorageType: types.ParseETCDStorageType(conf.GetString("etcd-storage-type")),
|
||||
ETCDCASecretName: conf.GetString("etcd-ca-secret-name"),
|
||||
ETCDCASecretNamespace: conf.GetString("etcd-ca-secret-namespace"),
|
||||
ETCDClientSecretName: conf.GetString("etcd-client-secret-name"),
|
||||
|
||||
Reference in New Issue
Block a user