Fix Typo in examples/remote_cluster.py

This commit is contained in:
Jonas Lindner 2021-03-01 14:19:59 +01:00 committed by GitHub
parent 2febc69715
commit 9a0713b2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "<token>"