Explorar o código

added region to GCP provisioner config

jnfrati %!s(int64=4) %!d(string=hai) anos
pai
achega
a8165ea314
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/main/home/onboarding/types.ts

+ 1 - 0
dashboard/src/main/home/onboarding/types.ts

@@ -73,6 +73,7 @@ export type GCPProvisionerConfig = {
     cluster_name: string;
     cluster_name: string;
     registry_infra_id: number;
     registry_infra_id: number;
     cluster_infra_id: number;
     cluster_infra_id: number;
+    region: string;
   };
   };
 };
 };