awx/installer/roles/kubernetes/tasks/kubernetes_auth.yml
Shane McDonald 2b9954c373 Pull in downstream k8s installer changes
- Secretification of secret stuff
- Backup / restore
2018-08-14 12:37:19 -04:00

4 lines
102 B
YAML

---
- name: Set the Kubernetes Context
shell: "kubectl config set-context {{ kubernetes_context }}"