mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
refactor(k8s/configurations): add refactor note
This commit is contained in:
parent
877e2baf59
commit
7ad06b3be5
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ class KubernetesConfigurationController {
|
|||
return this.state.isDataValid;
|
||||
}
|
||||
|
||||
// TODO: refactor
|
||||
// It looks like we're still doing a create/delete process but we've decided to get rid of this
|
||||
// approach.
|
||||
async updateConfigurationAsync() {
|
||||
try {
|
||||
this.state.actionInProgress = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue