Emma Doyle
Emma Doyle
I have to agree @day1118.
Even for your own CRDs, it's possible to convert them to JSON and just point at them in GitHub as I've done here ~ https://github.com/premiscale/pass-operator/blob/master/helm/operator-crds/_json/PassSecret.json https://github.com/premiscale/pass-operator/blob/master/.circleci/helm.yml#L16
Additional motivation: I use tools like [chart-testing](https://github.com/helm/chart-testing) and this tool uses a config file of its own, for instance. Would be neat if this tool could follow a similar usage...
Hey @zegl, so `--flags` have to be parsed out alongside supplied helm charts in the pre-commit script. So in my hook's example readme, ```yaml hooks: - id: kube-score args: -...
Again, following the pattern of chart-testing from the Helm project, I've used config files like the following. ```yaml # helm chart locations to score, say chart-dirs: - apps/helm-apps - helm...
@szeitlin I've tested your configs over in this test repo that I've created just now ~ https://github.com/emmeowzing/test and it looks like I'm able to get the jobs to spawn correctly,...
https://github.com/RunCor399/Terraform-IaCSec/tree/main/.circleci/examples
Relates to #60
This warrants more discussion @Benjythebee. As I mentioned above, how I presently organize my configs, including [this project's](https://github.com/emmeowzing/dynamic-continuation-orb/tree/main/.circleci) , is to keep tag-specific jobs separate from branch-specific jobs, by placing...
No problem at all! Enjoy :+1: