-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where socket updates to helm app wiped cached values
- socket updates remove all properties from an object on update, this included `_values` - switch to more solit / response secrets getter instead Top notes - Helm app references secret by owner refs - helm repo update action supplies helm app update and receives references to helm operationin response - This creates a new secret and updates the helm app's secret owner reference - ui receives socket up to helm app containing new secret owner ref
- Loading branch information
1 parent
0ad5b03
commit 8a7633f
Showing
3 changed files
with
48 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters