Skip to content

Commit 6a8537d

Browse files
abrightwellandrewlecuyer
authored andcommitted
fix ansible to use configured kubernetes_context (#1050)
1 parent 2b8b9d0 commit 6a8537d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
- name: Set the Kubernetes Context
3-
shell: "kubectl config set-context {{ kubernetes_context }}"
3+
shell: "kubectl config use-context {{ kubernetes_context }}"
44
tags: always
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
- name: Set the Kubernetes Context
3-
shell: "kubectl config set-context {{ kubernetes_context }}"
3+
shell: "kubectl config use-context {{ kubernetes_context }}"
44
tags: always

0 commit comments

Comments
 (0)