Skip to content

Commit

Permalink
fix: package CRDs apart of the cchart CI process
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Aug 13, 2024
1 parent 303d4f4 commit 089b518
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4

- name: Package CRDs
shell: bash
run: |
cp cmd/k8s-operator/deploy/crds cmd/k8s-operator/deploy/chart
- name: Package & Push Helm Charts
shell: bash
run: |
Expand Down

0 comments on commit 089b518

Please sign in to comment.