Date
1 - 3 of 3
Prevent an accidental helm delete
victor.buciuc@...
Hi,
Is there a way to prevent an accidental helm delete? Regards, Victor. |
|
Matt Fisher <matt.fisher@...>
Hey Victor,
I'm not aware of a way to do this right now, but a --prompt option flag has been suggested previously (though for helm install). We'd be more than happy to see a PR to add that flag! We'd just have to ensure that it's turned off by default for backwards compatibility.
Feel like hacking up that feature for Helm? 😊
Matthew Fisher, Caffeinated Software Engineer Microsoft Azure Platform Nanoose Bay, BC Canada Email:Â matt.fisher@... Phone:Â 1(250)937-1478 From: cncf-helm@... <cncf-helm@...> on behalf of victor.buciuc@... <victor.buciuc@...>
Sent: Monday, June 11, 2018 3:05 PM To: cncf-helm@... Subject: [cncf-helm] Prevent an accidental helm delete Â
Hi,
Is there a way to prevent an accidental helm delete? Regards, Victor. |
|
Bryan Rosander
If your cluster is using RBAC, you could remove the tiller's RoleBinding (or at least its delete permissions) to prevent the tiller from carrying out an unintended delete.
Thanks, Bryan |
|