Skip to content

Commit f17076f

Browse files
authored
Merge pull request #1385 from jonasdlindner/master
Fix Typo in examples/remote_cluster.py
2 parents 2febc69 + 9a0713b commit f17076f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remote_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
def main():
23-
# Define the barer token we are going to use to authenticate.
23+
# Define the bearer token we are going to use to authenticate.
2424
# See here to create the token:
2525
# https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
2626
aToken = "<token>"

0 commit comments

Comments
 (0)