From faa1b7c5404711d5b6fc510951c98706146af276 Mon Sep 17 00:00:00 2001 From: Deepak Sattiraju Date: Mon, 23 Sep 2019 13:54:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a65c7ba9..e185df7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes set context -Used for setting the target K8s cluster context which will be used by other actions like [`azure/k8s-actions/k8s-deploy`](https://github.com/Azure/k8s-actions/tree/master/k8s-deploy), [`azure/k8s-actions/k8s-create-secret`](https://github.com/Azure/k8s-actions/tree/master/k8s-create-secret) etc. or run any kubectl commands. +Used for setting the target K8s cluster context which will be used by other actions like [`azure/k8s-deploy`](https://github.com/Azure/k8s-actions/tree/master/k8s-deploy), [`azure/k8s-create-secret`](https://github.com/Azure/k8s-actions/tree/master/k8s-create-secret) etc. or run any kubectl commands. ```yaml - uses: azure/k8s-actions/k8s-set-context@master