Bhavin Gandhi

Results 28 comments of Bhavin Gandhi

That would be useful, cause on my top bar there is no space for bunch of icons :(

https://github.com/play-with-docker/play-with-docker/pull/164 just referencing so that it would be easy to close this issue once the PR is merged.

Alternatively, it's possible to install `ffi` version `1.12.2` which doesn't require Ruby 2.3. (Might not be the best solution). ```sh gem install ffi --version "1.12.2" gem install --no-document fpm ```

These are the relevant steps from MK2.5S which actually use that part: https://help.prusa3d.com/en/guide/3-e-axis-assembly_59936#62752

I agree with @patschi, that's how my workflow is / going to be (having issues with podman-compose when merging configs, not related to Plausible).

IIUC because we have bytemark/smtp, we don't have to use any external SMTP server by modifying the Plausible `SMTP_*` configurations. In my case the mails go out via the machine...

@SebDanielsson have you changed any `SMTP_*` settings in your setup? https://plausible.io/docs/self-hosting-configuration#mailersmtp-setup as in are you using an external SMTP server, if yes, I think that will work without `bytemark/smtp` as...

Hey folks, do we have any preference on this one? I would like to do the required change :) How about `--config-file`, `--custom-config` or `--custom-config-file` (really long flag)

I was wondering if we can give KUTTL a try and see if we can replace current e2e test suite with a KUTTL test suite. https://github.com/kudobuilder/kuttl https://kuttl.dev/docs/kuttl-test-harness.html#writing-your-first-test - It's possible...

I was able to reproduce this. When we do a partitioned upgrade of a StatefulSet, the status has following content after StatefulSet is successfully upgraded. (partition was set to 2,...