Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71d0523

Browse files
author
tylertitsworth
committedMay 29, 2024·
add kubectl path
1 parent 33c15a1 commit 71d0523

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/chart-ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ permissions: read-all
2020
concurrency:
2121
group: ${{ github.workflow }}-${{ github.ref }}
2222
cancel-in-progress: true
23+
env:
24+
PATH: ${{ secrets.KUBECTL_PATH }}:$PATH
25+
KUBECONFIG: ${{ secrets.KUBECONFIG_PATH }}
2326
jobs:
2427
helm-ci:
2528
runs-on: kubectl
@@ -43,5 +46,3 @@ jobs:
4346
- name: Helm Lint, Install, and Test
4447
if: steps.changed.outputs.changed == 'true'
4548
run: ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
46-
env:
47-
KUBECONFIG: ${{ secrets.KUBECONFIG_PATH }}

0 commit comments

Comments
 (0)
Please sign in to comment.