Olivier Refalo

Results 175 comments of Olivier Refalo

> Slightly related but more to show how we use secretfiles for another use case via helm-secrets; > > helmsman.yaml > > ``` > gitlab-runner: > namespace: gitlab-runners > enabled:...

ok... I think I got it, it's the value I need to encrypt not the file.

Thanks for pointing it out - Will rewrite my code later and report any progress. most likely close the issue as well. would also explain why the NS is not...

It works better, but still - the first secrets element is not being deployed properly. tired a this issue, I'll revert to my bash script for lack of time. cheers;...

If I may... isn't the feature indirectly implemented via hiera-eyaml ? The page https://github.com/voxpupuli/hiera-eyaml. talks about plugins.. and especially, the vault plugin : https://github.com/crayfishx/hiera-eyaml-vault

neat initiative, was myself wondering why we had to use 3 helm commands to install arango in a cluster.

If I may.. .What is seeding? filling the DB with dummy data?

Looks like we are trying to do the same thing. DevOps setup - each domain maintained by a team, arango+cruddl for fast/simple code generation. federation at the top.

I've been researching the topic over the last few days. ### Official Spec Spec: https://www.apollographql.com/docs/apollo-server/federation/federation-spec/ ### Postgraphile implementation of federation Thread: https://github.com/graphile/postgraphile/issues/1094 Project: https://github.com/graphile/federation ### Interesting Finally, I found this...

While I don't understand why you need multiple layers of graphQL. Seems like Apollo federation, and indirectly, the ability for cruddl to generate a compatible federated schema would solve your...