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:
parent
69e9e566c5
commit
6615e354c4
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue