Marcel
Marcel
Wasn't super sure about the overall structure with `_helpers.tpl` and decided to just add an easy option for namespacing.
Following https://github.com/goharbor/harbor-operator/pull/1031 we should add some integration tests to ensure that day2 operations work as expected.
We need to find a long term solution to allow installation through helm charts. Currently we have just removed CRDs from the helm chart all together to allow us to...
This particular test case seems to be flaky and fail frequently for no reason. Example run: https://github.com/goharbor/harbor-operator/actions/runs/4303238078/jobs/7502726121 Example output: ``` Summarizing 1 Failure: [Fail] Core Without TLS [It] Should works...
We currently sometimes take `latest` and sometimes take a kubectl belonging to a CI machine OS. We should ensure that we use a kubectl version which is consistent and predictable...
Just a chore to improve code quality in our CI.
I have a mapping to a URL where a template is published. The URL always points to the latest version of my template and therefor changes whenever I release my...
Currently using `UnixNano` as a source for randomness but Windows updates time too slowly: https://stackoverflow.com/a/57285684/4360457