Add a --context option

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
Sylvain Rabot 2020-11-02 20:50:14 +01:00
parent 9da7ded976
commit 78d7dca985
No known key found for this signature in database
GPG key ID: 13D27DFB503A8D91
126 changed files with 136 additions and 54 deletions

View file

@ -184,7 +184,7 @@ func bootstrapGitHubCmdRun(cmd *cobra.Command, args []string) error {
logger.Successf("components are up to date")
}
kubeClient, err := utils.KubeClient(kubeconfig)
kubeClient, err := utils.KubeClient(kubeconfig, kubecontext)
if err != nil {
return err
}