Bruno Galindro da Costa
Bruno Galindro da Costa
How can I add a simple user authentication (without proxy) for using ice reader?
This miner supports[ Intel Xeon Phi CPU 7250](https://ark.intel.com/products/94035/Intel-Xeon-Phi-Processor-7250-16GB-1_40-GHz-68-core)?
I figured out that if we remove annotations from namespaces in DSL, helmsmen doesn't deletes them from kubernetes.
Would be nice if helmsman, when executed with -target flag, check DSL per target release instead of try to check all releases. A workaround that I'm using is to add...
Would be nice if helmsman could provide a namespaceTemplates alongside appsTemplates. This would avoid code repetition like this: ```yaml namespaces: teleport: labels: monitoring: true gloo: labels: monitoring: true annotations: discovery.solo.io/function_discovery:...
Would be nice to have a app option that enables namespace deletion upon release exclusion.
Hello. First of all congratulations for your work. This project is really very nice. I would like to being able to define appsTemplates in one DSF and use them in...
Would be nice if helmsman could give us different exit codes on plan, like `terraform plan` does with `-detailed-exitcode`: ```bash -detailed-exitcode Return detailed exit codes when the command exits. This...
I use Helmsman to deploy the same DSF to multiple clusters. In my CI/CD pipeline, there is a stage that runs helmsman for all clusters at the same time. The...
I would like to do the following, but I'm hitting this limitation: `When merging multiple DSFs, context from the firs DSF in the list gets overridden by the context in...