1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
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

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,