Alexandre Gaudreault
Alexandre Gaudreault
In argocd notifications, I use the following trigger to filter notifications with the `oncePer` option. ```yaml trigger.on-deployed: | - description: Application is synced and healthy. Triggered once per commit. when:...
Running the argocd-notifications binary to test template is impossible when the application name contains a `.` in its name. ``` kubectl exec -it argocd-notifications-controller-744b5d8868-84xh4 -- /app/argocd-notifications template notify app-sync-succeeded my.application.name...
#### What this PR does / why we need it: #### Which issue this PR fixes - fixes #217 #### Special notes for your reviewer: Using this I get the...
**Describe the bug** Invalid tcp-check for Sentinel during the check_if_redis_is_master. At the last steps, it send the `QUIT` commend which is invalid for the sentinel container it connects to based...
**Is your feature request related to a problem? Please describe.** When we perform a `kubectl rolesum -k Group` or `kubectl rolesum -K User`, the RoleBindings in the current namespace are...
**Is your feature request related to a problem? Please describe.** We want to get a summary of the permission that can be done for a user. I am not sure...
There is probably a better name that can be used instead of `isRemoteHead` and `--allow-outdated-branch`. - [x] Validate that the current branch head is not a local commit. **Seems like...
## Description I tried to create a `jwt_auth_backend` with the jwt type, but it failed. After the failure, the state was not updated, but the backend was partially created in...
### Description Default checks are published to GitHub with the name `Jenkins` when no SCM is configured on the job (`CpsFlowDefinition`). A valid `GitSCMChecksContext` is created because the build contains...
**Describe the bug** We use Vault with an OIDC provider. By default, when the user browse to `/ui`, it gets redirected to `/ui/vault/auth?with=oidc%2F`. However, when the token expires or the...