let ocis init set the serviceaccounts

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-08-29 15:37:02 +02:00
parent 90ce1a7ad0
commit bd716156fc
7 changed files with 53 additions and 33 deletions

View File

@@ -105,10 +105,6 @@ func DefaultConfig() *config.Config {
Cluster: "ocis-cluster",
EnableTLS: false,
},
ServiceAccount: config.ServiceAccount{
ServiceAccountID: "service-user-id",
ServiceAccountSecret: "secret-string",
},
}
}