Hi @maorfr,
i spent some time digging around why your utility doesn't work when Tiller sits in a namespace other than "kube-system". It became obvious that --tiller-namespace flag can't be set for backup plugin itself because helm already has the same flag and doesn't want to share it with anyone else :). I propose to change the flag name to something like --tiller-ns or use short flag like "-t".
p.s. btw i changed SKIP_BIN_INSTALL to HELM_PUSH_PLUGIN_NO_INSTALL_HOOK in README.md coz first one doesn't work.
Hi @maorfr, i spent some time digging around why your utility doesn't work when Tiller sits in a namespace other than "kube-system". It became obvious that --tiller-namespace flag can't be set for backup plugin itself because helm already has the same flag and doesn't want to share it with anyone else :). I propose to change the flag name to something like --tiller-ns or use short flag like "-t".
p.s. btw i changed SKIP_BIN_INSTALL to HELM_PUSH_PLUGIN_NO_INSTALL_HOOK in README.md coz first one doesn't work.