David Lawrence
David Lawrence
# Summary There needs to be a way to create specified resources before anything else happens, i.e. before PreSync hooks run. If a PreSync hooks is to do something useful...
In almost every instance you use range, you should instead be using xrange. Test 16 is especially painful to look at as range(1000) already creates an array with the integers...
Just turning [this proposed change](https://github.com/mumoshu/aws-secret-operator/issues/45#issuecomment-1161362069) into a PR, it makes a lot of sense to have k8s validate the required fields are present upfront, making it easier for users to...
It installs, Opera seems to think it's working, but no coverage shows in Github in any capacity (PRs, repo browsing). Happy to provide any additional info needed to debug. Opera...
I'm testing recovery against a local (docker desktop) k8s cluster. I've been able to install argocd using autopilot successfully. I then used docker desktop's "Reset Kubernetes Cluster" and I'm testing...
**Describe the bug** The yaml spec requires that all keys in a mapping are unique (spec for reference: https://yaml.org/spec/1.2.2/). `dasel validate` does not catch this issue in a yaml file...