Tomáš Hejátko

Results 3 comments of Tomáš Hejátko

This will help a lot with how we use GCP in our company. Also this enables to decouple users' from SA access control to Sheet

Hello, my shell alias for logs is `kubectl logs --max-log-requests=6 -f --all-containers`, so it is from all containers. I have added `--prefix=true` and there is result, seems that `init` container...

I can confirm that workaround is working :) I have used this for "resource get": ```yaml podSpecPatch: '{"containers":[{"name":"main", "command": ["/var/run/argo/argoexec","emissary","--loglevel","info","--log-format","json","--","argoexec","resource","get","--log-format","json"]}]}', ```