Siythrun
Siythrun
Hey I have worked out why this might not be working for you it will be due to security context constraint issues and the platform running as non root I...
Also to note it would be a good idea to remove the ingress and create a route instead as that is the preferred way for Openshfit to connect to pods
Is there any more traction on this change? Would be good to see approvals_required and approver_groups added to this as well.
When running if i have ```yaml projects_and_groups: "*": merge_requests_approval_rules: standard: approvals_required: 1 name: "All eligible users" enforce: true "config/kustomize/*": merge_requests_approval_rules: dev-uat: approvals_required: 1 name: "Dev Code Review - UAT" groups:...
More to note is that protected_branches: only supports 1 branch and should also allow for the keywords All Branches and All Protected Branches
Awesome! that works, thanks!
I tested by removing the second handler flush but no dice, it seems like it's running the handlers twice after this step ```yaml - name: Notify RIPU in-place OS upgrade...
Haven't had the chance to run this all in 1 file as I have been away from my stack on leave, but I did test in separate playbooks, and it...