Merge pull request #5607 from exicx/exicx-patch-context

change set-context to use-context

Reviewed-by: Shane McDonald <me@shanemcd.com>
             https://github.com/shanemcd
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-01-08 14:27:08 +00:00
committed by GitHub

View File

@@ -1,3 +1,3 @@
---
- name: Set the Kubernetes Context
shell: "kubectl config set-context {{ kubernetes_context }}"
shell: "kubectl config use-context {{ kubernetes_context }}"