Skip to content

Commit 8ff2209

Browse files
committed
CI - kubeconfig
1 parent 6045ff5 commit 8ff2209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Configure kubeconfig
1919
run: |
20-
# Assuming you have the kubeconfig file as a secret in GitHub Actions
20+
mkdir -p $HOME/.kube
2121
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
2222
kubectl config set-context --current --namespace=xcermak5
2323

0 commit comments

Comments
 (0)