Benoît des Ligneris
Benoît des Ligneris
Thanks for your super fast answer. I am not sure how this setting was enabled. Based on what you shared above, I would say that it could be because of...
Same problem when `/usr` is on another partition. In general, I believe that the Linux installer should only do `symlinks` and not `hardlinks`. Hardlinks only work on the same filesystem...
I have not fixed it and not sure this is the same but on MacOS: it just stopped working as well after I upgraded bun. Trying to downgrade to test...
OK. I have a POC that works. https://github.com/gobackup/gobackup/compare/main...bligneri:gobackup:main in short, this is supported by the Viper library. It is a bit tricky (and I don't know the library well !)...
It is far from ideal because it means only specific fields can be passed as environment variables instead of all of them if we could leverage the Viper library for...
It sounds like it is there ? https://github.com/bitnami-labs/sealed-secrets?tab=readme-ov-file#how-to-use-kubeseal-if-the-controller-is-not-running-within-the-kube-system-namespace From this page: `bash export SEALED_SECRETS_CONTROLLER_NAMESPACE=sealed-secrets kubeseal mysealedsecret.json `