From 9a0713b2b2e4d49a22f5f673492a9bf5fd828f27 Mon Sep 17 00:00:00 2001 From: Jonas Lindner <42033762+jonasdlindner@users.noreply.github.com> Date: Mon, 1 Mar 2021 14:19:59 +0100 Subject: [PATCH] Fix Typo in examples/remote_cluster.py --- examples/remote_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/remote_cluster.py b/examples/remote_cluster.py index b72b39b4e..a09e7ed9b 100644 --- a/examples/remote_cluster.py +++ b/examples/remote_cluster.py @@ -20,7 +20,7 @@ from kubernetes import client, config def main(): - # Define the barer token we are going to use to authenticate. + # Define the bearer token we are going to use to authenticate. # See here to create the token: # https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/ aToken = ""