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
fix(gitlab): ensure stable order in gitlab_rails monitoring_whitelist
The gitlab_rails['monitoring_whitelist'] rendering used a raw list,
which does not guarantee element order. This caused non-idempotent
behavior and unnecessary diffs between runs.
The template now applies `unique | sort` before rendering, ensuring
stable and idempotent configuration output.
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
0 commit comments