Scott Crooks
Scott Crooks
In a general sense, I'm wondering what kind of support there might be in the future for encrypted secrets like those produced by [Sops](https://github.com/mozilla/sops)? I love this product, and it...
**Reasons for making this change:** Terraform as of version 0.14 supports a local lock file for providers. This PR adds the ability to ignore this file, but leaves it commented...
Greetings, I'm running Helmsman in a CI/CD pipeline using two stages: **validate** and **apply**. In the **validate** stage, I run the following command against my cluster: ```shell $ helmsman \...
# Description For security purposes, it would be nice if this repository could also publish a SHA256 file (maybe https://get.docker.com/SHA256SUM) so that the script itself can be verified before running.
Greetings, I'm opening this issue for feedback to see what people think; maybe it's been opened before. Basically, I would like multi-line YAML blocks to be formatted using `` tags...
# Description Adds a public function `IsRunning` to report back the health status of the cron scheduler.
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### General Summary @norwoodj created this tool, and it's wonderful! I would like to propose a change to make the project take the next steps to becoming **_even more_** of...
# Description of problem In some cases, it's useful to have a metric that's informational only, and always returns a value of `1`. For example, in the blog post [Exposing...
This adds two boolean outputs `any` and `all` so that someone can track whether (1) any filter has at least one changed file, or (2) all filters have at least...