You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’ve been testing different options of the solution today with success, except for using the config map to down-scale all deployments. Can you confirm if this is a bug or if there’s an issue with my ConfigMap?
Ok, there seem to be some other issues with your config map.
Quotes Around Strings: Make sure the values for DEFAULT_DOWNTIME and EXCLUDE_NAMESPACES are quoted properly. This helps avoid issues with parsing times and lists.
Spacing and Formatting: Ensure there are no extra spaces or formatting issues. For example, there should be a space after the colon in EXCLUDE_NAMESPACES.
The original value had an extra colon before -16:00, which might be a typo. It should be formatted as "Mon-Fri 15:54-16:00 Europe/London".
Hi, I’ve been testing different options of the solution today with success, except for using the config map to down-scale all deployments. Can you confirm if this is a bug or if there’s an issue with my ConfigMap?
Thanks.
The text was updated successfully, but these errors were encountered: