Skip to content

Commit cad11d1

Browse files
test: added command to output kube config context
1 parent aedcdc1 commit cad11d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kubernetes_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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
3434
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
35+
kubectl config current-context
3536
3637
# Run helm upgrade to upgrade deployment
3738
- name: Upgrade Deployment with Helm

0 commit comments

Comments
 (0)