Skip to content

Commit

Permalink
add PendingChartCreation as a state case for embedded-cluster (#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Feb 2, 2024
1 parent c124cbd commit 1efcffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ export const Utilities = {
return "Cluster version upgraded";
case "AddonsInstalling":
return "Upgrading addons";
case "PendingChartCreation":
return "Creating addons";
case "HelmChartUpdateFailure":
return "Failed to upgrade addons";
case "Failed":
Expand Down

0 comments on commit 1efcffc

Please sign in to comment.