feat(k8s/resource-pool): change default behavior for resource assignment (#4207)

pull/4209/head
Anthony Lapenna 2020-08-13 11:49:34 +12:00 committed by GitHub
parent 69e9e566c5
commit 6615e354c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ class KubernetesResourcePoolController {
this.isAdmin = this.Authentication.isAdmin();
this.defaults = KubernetesResourceQuotaDefaults;
this.formValues = new KubernetesResourcePoolFormValues(this.defaults);
this.formValues.HasQuota = false;
this.state = {
actionInProgress: false,