Merge "Fix 'sysinv-helm create-fluxcd-app-overrides' command"

This commit is contained in:
Zuul 2024-05-10 15:44:02 +00:00 committed by Gerrit Code Review
commit 180ac1df30
1 changed files with 1 additions and 1 deletions

View File

@ -2449,7 +2449,7 @@ class AppOperator(object):
# cache with expected keys.
if not bool(apps_metadata_dict):
for k in [constants.APP_METADATA_APPS,
constants.APP_METADATA_PLATFORM_MANAGED_APP,
constants.APP_METADATA_PLATFORM_MANAGED_APPS,
constants.APP_METADATA_DESIRED_STATES]:
apps_metadata_dict[k] = {}