We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c21a1 commit 67699d5Copy full SHA for 67699d5
.github/workflows/kubernetes_deploy.yml
@@ -31,7 +31,10 @@ jobs:
31
- name: Load Kubeconfig
32
run: | # TODO: I'm unsure what the label and format for the secret containing the kubernetes token is. Will have to ask the Jan on Tuesday.
33
mkdir -p ~/.kube
34
+ ls ~/.kube
35
printf "%s" "${{ secrets.KUBECONFIG }}" > ~/.kube/config
36
37
+ head -2 ~/.kube/config
38
kubectl config get-contexts
39
kubectl config current-context
40
0 commit comments