Fix Typo in examples/remote_cluster.py
This commit is contained in:
parent
2febc69715
commit
9a0713b2b2
@ -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>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user