You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
(set credentials for AWS role)
$ helm tiller start
$....
$ (Ctrl-D)
(set credentials for other AWS role)
$ helm tiller start
$...
$ (Ctrl-D)
But this doesn't really work currently since the first tiller session will be re-used by the second "start" command, unless I run a "helm tiller stop" between them. I think it would better if the tiller session was tied to the shell session that "start" starts.
Thanks for a great plugin!
Our usecase is like this:
But this doesn't really work currently since the first tiller session will be re-used by the second "start" command, unless I run a "helm tiller stop" between them. I think it would better if the tiller session was tied to the shell session that "start" starts.
I saw this also mentioned in #33
The text was updated successfully, but these errors were encountered: