From 6e2802d66230bbfae73f654f3ce6dafae1a6686a Mon Sep 17 00:00:00 2001 From: schnatterer Date: Thu, 28 Jan 2021 17:32:52 +0100 Subject: [PATCH] README: Add link to helm-sudo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23cacde..05c0b9a 100644 --- a/README.md +++ b/README.md @@ -126,4 +126,5 @@ This plugin can be configured using environment variables: - `KUBECTL_SUDO_PROMPT=true` whether or not the plugin prompts the user before executing the kubectl command. Default value is `false`. ## Similar projects +* [cloudogu/helm-sudo](https://github.com/cloudogu/helm-sudo): Same functionality as kubectl-sudo for [helm](https://helm.sh/) * [cloudogu/sudo-kubeconfig](https://github.com/cloudogu/sudo-kubeconfig): Create a sudo kubeconfig for your current kubernetes context.