Skip to content

Commit

Permalink
Label nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Nov 20, 2023
1 parent 60b8d6c commit c03fbc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]

- name: Label cluster nodes
run: |
for node in $(kubectl get nodes -o name); do
kubectl label --overwrite $node "role=management"
done
- name: Run chart-testing (install)
run: ct install --config ./.github/configs/chart-testing.yaml --helm-extra-args "--values ${{ matrix.chart-values }}"

0 comments on commit c03fbc2

Please sign in to comment.