Haroon Butt

Results 6 comments of Haroon Butt

I looked further into the issue and I was able to resolve it, by removing the `chart_repo_url: https://charts.bitnami.com/bitnami` from the task. I don't know, if this intended behavior or a...

I would also welcome this feature, since a very handy feature of helm.

I just ran into the same issue with a clean install of `postgres-operator-1.10.0` and restarting the operator fixed the issue for me as well. prior it was the exact same...

I have some operator logs, which might be useful. This is the log, after the creation of the database, but before the restart of the operator. ``` time="2023-05-26T11:53:07Z" level=info msg="Spilo...

Hello @macster84 , I don't use the scale module to scale my application down. I use this combination, until the module can scale in parallel. ```yaml - name: get current...

Hello, async support for k8s_exec would also be vert helpful. br