Skip to content

Commit

Permalink
Fix the environment variable
Browse files Browse the repository at this point in the history
This was using k8S_AUTH_CONTEXT with a lowercase k.  That doesn't match
with any of the other K8s stuff so users would probably be confused why
their envvar wasn't working.
  • Loading branch information
abadger committed May 20, 2020
1 parent 72fe304 commit 1a87822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/connection/oc.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
vars:
- name: ansible_oc_context
env:
- name: k8S_AUTH_CONTEXT
- name: K8S_AUTH_CONTEXT
oc_host:
description:
- URL for accessing the API.
Expand Down

0 comments on commit 1a87822

Please sign in to comment.