mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(k8s/configurations): fix an issue with configuration ownership
This commit is contained in:
parent
7ad06b3be5
commit
46762f3e67
3 changed files with 8 additions and 4 deletions
|
@ -94,7 +94,7 @@ class KubernetesConfigurationController {
|
|||
{ reload: true }
|
||||
);
|
||||
} else {
|
||||
await this.KubernetesConfigurationService.update(this.formValues);
|
||||
await this.KubernetesConfigurationService.update(this.formValues, this.configuration);
|
||||
this.Notifications.success('Configuration succesfully updated');
|
||||
this.$state.reload();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue