Skip to content

Commit

Permalink
ci: remove CRD copy from deploy dir to helm chart (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Mar 22, 2024
1 parent f1998bb commit 4600558
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
version: v3.14.3

- name: Copy generated CRDs
run: make helm

- name: Check diff, commit and push
run: |
git diff --quiet deploy/helm/charts/crds || CHANGED=$?
Expand Down
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ manifests:
@echo "+ Generating zfs localPV crds"
$(PWD)/buildscripts/generate-manifests.sh

helm:
@echo "+ Copying generated CRDs to helm charts"
@cp deploy/yamls/zfsbackup-crd.yaml deploy/helm/charts/crds/zfsbackup.yaml
@cp deploy/yamls/zfsrestore-crd.yaml deploy/helm/charts/crds/zfsrestore.yaml
@cp deploy/yamls/zfssnapshot-crd.yaml deploy/helm/charts/crds/zfssnapshot.yaml
@cp deploy/yamls/zfsvolume-crd.yaml deploy/helm/charts/crds/zfsvolume.yaml

.PHONY: zfs-driver
zfs-driver: format
@echo "--------------------------------"
Expand Down

0 comments on commit 4600558

Please sign in to comment.