Merge pull request #108 from HideyoshiSolutions/fixes-kubeconfig-variable-pipeline
Fixes Kubeconfig Variable Pipeline
This commit is contained in:
2
.github/workflows/deploy-cluster.yml
vendored
2
.github/workflows/deploy-cluster.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
uses: azure/k8s-set-context@v1
|
||||
with:
|
||||
method: kubeconfig
|
||||
kubeconfig: ${{ secrets.KUBE_CONFIG }}
|
||||
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||
- name: Execute deploy
|
||||
run: |
|
||||
./deploy.sh -f .env
|
||||
Reference in New Issue
Block a user