Skip to content

Commit b0aaa69

Browse files
committed
set KUBECONFIG env variable
1 parent b8e6eab commit b0aaa69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ jobs:
445445
value: "${{ secrets.PR_DEPLOYMENTS_GITHUB_OAUTH_CLIENT_SECRET }}"
446446
- name: "CODER_OAUTH2_GITHUB_ALLOWED_ORGS"
447447
value: "coder"
448+
- name: "KUBECONFIG"
449+
value: "/home/coder/.kube/config"
448450
EOF
449451
450452
- name: Install/Upgrade Helm chart

0 commit comments

Comments
 (0)