Skip to content

Commit

Permalink
Merge pull request #165 from Kuadrant/helm-manifest-templated-namespace
Browse files Browse the repository at this point in the history
helm manifests template based
  • Loading branch information
eguzki authored Oct 10, 2024
2 parents bd4757e + e2cc561 commit d0d5323
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 471 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,17 @@ jobs:
- name: Verify generate command
run: |
make verify-go-mod
verify-helm-charts:
name: Verify helm charts
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
id: go
- name: Check out code
uses: actions/checkout@v4
- name: Run make verify-helm-charts
run: |
make verify-helm-charts
Loading

0 comments on commit d0d5323

Please sign in to comment.