Somtochi Onyekwere
Somtochi Onyekwere
This pull request adds more flags to `resetCmdArgs`. This ensure that flags from one test doesn't affect others. Signed-off-by: Somtochi Onyekwere
Proposal for adding a new API kind `CommitStatus` to the notification-controller. Signed-off-by: Somtochi Onyekwere
Fixes: #648 Signed-off-by: Somtochi Onyekwere
Signed-off-by: Somtochi Onyekwere
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It would be nice...
If a clusterrole / binding has an underscore in its name (e.g roles_ops which is valid in kubernetes), Using the [ParseObjMetadata](https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/object/objmetadata.go#L89) function failes with ``` too many fields within: ```...
This pull request refactors the Azure e2e tests previously located in `tests/azure` to be run completely on ephemeral infrastructure removing the need for the shared folder. It also modifies the...
The new version comes with architectural changes and this PR updates `pkg/azure` to use them. Close #928 Signed-off-by: Somtochi Onyekwere
The newest version comes with new architectural/breaking changes and changes will need to be made to `pkg/azure` Ref: https://github.com/Azure/azure-sdk-for-go/releases/tag/sdk%2Fstorage%2Fazblob%2Fv0.5.0
This pull request adds `.spec.serviceAccountName` field to HelmRepository. This allows the use of the serviceaccount pull secret to pull OCI (helm repository) images. Ref: https://github.com/fluxcd/source-controller/issues/953