mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(kube): disable namespace resource quota by default EE-4421 (#8080)
This commit is contained in:
parent
c28be7aced
commit
6dc1841c14
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class KubernetesCreateResourcePoolController {
|
|||
this.defaults = KubernetesResourceQuotaDefaults;
|
||||
this.formValues = new KubernetesResourcePoolFormValues(this.defaults);
|
||||
this.formValues.EndpointId = this.endpoint.Id;
|
||||
this.formValues.HasQuota = true;
|
||||
this.formValues.HasQuota = false;
|
||||
|
||||
this.state = {
|
||||
actionInProgress: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue