Somtochi Onyekwere
Somtochi Onyekwere
This pull request updates the terraform files and go tests files to allow the use of Workload Identity in the azure e2e tests.
The passwords for the admins are stored without being encrypted. It would be more secure if they were encrypted with an npm package like bcrypt-nodejs. I am ready to work...
The explanation after the `flux create source helm` command seems to imply that the command will commit the files to git. This pull request tries to fix that. Ref: https://cloud-native.slack.com/archives/CLAJ40HV3/p1676320569584019...
This pull request updates the commit status screenshots for both GitHub and GitLab. Depends on: https://github.com/fluxcd/notification-controller/pull/435 Signed-off-by: Somtochi Onyekwere
The current ssa tests for HPA work even though the [switch case](https://github.com/fluxcd/pkg/blob/main/ssa/utils.go#L406) for HPA is commented out. We need to figure out when the HPA resource will fail without the...
[Source-controller](https://github.com/fluxcd/source-controller/blob/20b26f235e11a9eb6e0784f2598aeffa63a81606/controllers/suite_test.go#L125) and [`pkg/oci`](https://github.com/fluxcd/pkg/blob/5b0ad92e9bd1774efca0e0afa228924ac53a3cc0/oci/client/suite_test.go#L43) both set up a registry server for tests. It would be great to have a package for this so it doesn't need to be set up in...
This pull request returns the message from kstatus result. This message could helpful in figuring out why a resource might not be considered ready by kstatus. Signed-off-by: Somtochi Onyekwere
When a node processes empties slowly, we can end up requesting already received empties that are still in the buffer. This pull request adds a field to the Members struct...