Skip to content

Commit

Permalink
ensure create namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Oct 31, 2024
1 parent d9a7d6d commit 9cee1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/everest-pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# TODO: Add more tests
- name: Run chart-testing (install)
run: |
kubectl create namespace everest-system
ct install --config .github/ct.yaml --charts=./charts/everest --namespace=everest-system
- name: Build chart package
Expand Down

0 comments on commit 9cee1f6

Please sign in to comment.