Eugen

Results 283 comments of Eugen

We have a lot of the configuration at this moment where the secrets could be injected into StackStorm, like https://github.com/StackStorm/stackstorm-k8s/blob/a2a9e1c6e5a2c6e5d8cf03f0b6086c7864688d4a/values.yaml#L90-L94 and more. Would be definitely great to make the chart...

Thanks for looking closer at this! I see overall we're generating values for `password`, `datastore_crypto_key` and `ssh_key`: https://github.com/StackStorm/stackstorm-k8s/blob/a2a9e1c6e5a2c6e5d8cf03f0b6086c7864688d4a/values.yaml#L49-L66 @bmarick any other secrets you're overriding in your environment? https://github.com/bitnami-labs/sealed-secrets#managing-existing-secrets allows managing...

@cognifloyd any other ideas on how to compose it nicely together? Maybe providing custom secret names in Helm values that are managed outside of the chart? Let's think about the...

> I actually use this process for other helm harts I use/manage. Nice! Yeah, it sounds like a conventional way of doing things in the Helm chart community. +1 then...

:100: More testing and feedback would be highly appreciated. At this moment the release team is preparing the `v3.8` https://github.com/orgs/StackStorm/projects/29 and we definitely should plan this big feature for the...

What is expected from `xdebug` section? I have internal howto how to set up xdebug and configure it to work with PHPStorm, step-by-step with screenshots. Just could adopt it. Btw...

Bump for this `cleanhost` feature. Here is how it's implemented in other plugin: https://github.com/mosaicxm/vagrant-hostmaster#remove-host-entries

I guess in terms of Docker image immutability it's an anti-pattern to include some kind of time-consuming operation (like package installation, etc) during the container startup as it affects the...

I would check if `mongo` host (container) is reachable from the st2 containers. If yes, I'd try to connect to it from the mongo client to understand if the DB...

First, it's OK when stackstorm tries to connect to MongoDB which is not yet available and fail. It'll always retry until establishing a successful connection. The StackStorm services could work...