Florian Klein

Results 95 comments of Florian Klein
trafficstars

but there is nothing wrong in naming the branch where all devs happen the "develop" branch per se. It's still true that people is used to "master".

If anyone is up to finish this (if needed), go on :)

like https://github.com/nelmio/NelmioApiDocBundle/blob/master/Parser/FormTypeParser.php for example

@gquemener héhé, you don't have an excuse anymore: I just added you as a collaborator :D

For now the only solution I found is using jq and kubectl replace: ``` kubectl get "es/$1" -o json \ | jq --arg 'secret' "$2-user" '.spec.auth.fileRealm += [{"secretName": $secret}]' \...

Seems like it only happens if you didn't edit the fileRealm or roles array already. If I add an entry and then remove it, the empty arrays are correctly kept...

Weird! I noticed we don't exactly have the same gke/kube server version, maybe it comes from that. Thanks for trying to reproduce tho! I'll keep this issue updated if I...

ok, thanks for the fast answer!