change kubeconfig
This commit is contained in:
committed by
GitHub
parent
96fcd76dae
commit
313537c3f5
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup kubeconfig
|
- name: Setup kubeconfig
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.kube
|
mkdir -p ~/.kube
|
||||||
echo "${{ secrets.KUBECONFIG_HETZNER }}" | base64 -d > ~/.kube/config
|
echo "${{ secrets.KUBECONFIG }}" | base64 -d > ~/.kube/config
|
||||||
|
|
||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user