Scott Grimes

Results 10 comments of Scott Grimes

same issue with a library chart (ala https://helm.sh/docs/topics/library_charts/ ). we have a deployment template library template that we then override. the default is to use a RollingUpdate, but if we...

for those using flux to sync helmreleases there is no workaround unfortunately at the moment

hmm I'm not so sure. `helm diff` does pick up on the additional value and shows that it will be removed on upgrade: so the three-way merge appears to be...

we have a similar problem with sops-encrypted patches throwing errors like `decryption failed for xxx: DataWithFormat: AES decrypt: Error walking tree: Could not decrypt value: Input string xxx does not...

Hmm perhaps an `--insecure-show-raw-errors` flag to allow for further debugging? In this case it would have allowed us to rule out a possible encryption problem and easily see it was...

done. feel free to edit further if needed

looks like I mis-interpreted the .env file. some of those values must explicitly be set because they do not have defaults within the images. ``` UWSGI_PROCESSES=2 UWSGI_THREADS=2 UWSGI_LISTEN=100 ``` were...

@atb00ker hmm I'm pulling the latest docker images `openwisp/openwisp-dashboard:latest`, `sha256:e5351cb8e1ad0d4eecac6278591e1b315a9151c79b5139c1e2cb34e5e4db033a` I've also tried building using the current master branch, both give the same result with the 302 responst to POST...

Thanks @nemesisdesign ! Done a bunch of tests for this over the last week. I'm using an external database, no influxdb for now. I currently don't have anything in the...