We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e44cf commit 8fd80bfCopy full SHA for 8fd80bf
1 file changed
.github/workflows/workflow.yaml
@@ -46,4 +46,5 @@ jobs:
46
kubectl config set-context my-remote-access-context --cluster=minikube --user=my-remote-access-user --namespace=default
47
kubectl config use-context my-remote-access-context
48
kubectl get pods --all-namespaces
49
+ kubectl config view
50
kubectl apply -f ./challenge9/kubernetes/deployment.yaml
0 commit comments