Skip to content

Commit 67699d5

Browse files
debug: added lines to check if config is being loaded correctly
1 parent f9c21a1 commit 67699d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kubernetes_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
- name: Load Kubeconfig
3232
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.
3333
mkdir -p ~/.kube
34+
ls ~/.kube
3435
printf "%s" "${{ secrets.KUBECONFIG }}" > ~/.kube/config
36+
ls ~/.kube
37+
head -2 ~/.kube/config
3538
kubectl config get-contexts
3639
kubectl config current-context
3740

0 commit comments

Comments
 (0)