mirror of
https://github.com/makeplane/plane.git
synced 2026-09-03 04:29:57 +02:00
fix: deploy platform fix (#1058)
This commit is contained in:
@@ -201,6 +201,7 @@ func (api *PrimeMonitorApi) InitializeInstance(payload CredentialsPayload) (Setu
|
||||
resp, err := api.post(api.host+SETUP_ENDPOINT, map[string]string{
|
||||
"machine_signature": payload.ServerId,
|
||||
"domain": payload.Domain,
|
||||
"deploy_platform": "KUBERNETES",
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user