We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8b9d0 commit 6a8537dCopy full SHA for 6a8537d
ansible/roles/pgo-metrics/tasks/kubernetes_auth.yml
@@ -1,4 +1,4 @@
1
---
2
- name: Set the Kubernetes Context
3
- shell: "kubectl config set-context {{ kubernetes_context }}"
+ shell: "kubectl config use-context {{ kubernetes_context }}"
4
tags: always
ansible/roles/pgo-operator/tasks/kubernetes_auth.yml
0 commit comments