Laszlo Fogas
Laszlo Fogas
Tried the SQLite hooks/Postgres triggers based approach. Unfortunately SQLite hooks does not notify about out of process updates to the DB. eg.: manual edits to the data. This was disapointing....
https://github.com/gimlet-io/gimlet/pull/469
Upgraded manually.
```yaml strategy: rollingUpdate: null type: Recreate ``` Seems to solve the issue with kubectl apply. It doesn't seem to work in Flux though. Todo: test case with Flux, report issue...
**Good First Issue** How is it so? The bug is well described in the linked Kubernetes issue. That issue is resolved, and kubectl is able to propagate null fields to...
I never pursued this further.
The listed cases are not supported, but there is another solution that you can try. https://gimlet.io/docs/onechart-reference#mounting-secrets-as-files ``` fileSecrets: - name: rabbitmq-conf path: /etc/rabbitmq secrets: rabbitmq.conf: | this is the conf...
Oh, yes. I hate that problem. Let me look at it.
https://github.com/gimlet-io/onechart/releases/tag/v0.43.0
**Good First Issue** How is this a good first issue? The task can be completed by Helm knowledge and basic understanding of KNative / Google Cloud RUn