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
This is a follow-up issue to #333. Only the first suggested solution was implemented there.
The second one states: Add labels to certain jobs that are idempotent (safe to be recreated and run again), and jobs that should be ignored (initial setup jobs, eg: for Keycloak).
This is needed for idempotent demo installations and to minimize the work a developer needs to do to upgrade demos. For more context, check the previous issue.