Skip to content

Commit 8a65818

Browse files
committed
Revert "add gh action to validate book helm charts"
This reverts commit 1f2292f.
1 parent d906d37 commit 8a65818

File tree

81 files changed

+3
-14342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3
-14342
lines changed

.github/workflows/test-helm-book.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,9 @@ generate-docs: ## Update/generate the docs
8989
./hack/docs/generate.sh
9090

9191
.PHONY: generate-charts
92-
generate-charts: build ## Re-generate the helm chart testdata and docs samples
92+
generate-charts: build ## Re-generate the helm chart testdata only
9393
rm -rf testdata/project-v4-with-plugins/dist/chart
94-
rm -rf docs/book/src/getting-started/testdata/project/dist/chart
95-
rm -rf docs/book/src/cronjob-tutorial/testdata/project/dist/chart
96-
rm -rf docs/book/src/multiversion-tutorial/testdata/project/dist/chart
97-
9894
(cd testdata/project-v4-with-plugins && ../../bin/kubebuilder edit --plugins=helm/v1-alpha)
99-
(cd docs/book/src/getting-started/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
100-
(cd docs/book/src/cronjob-tutorial/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
101-
(cd docs/book/src/multiversion-tutorial/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
10295

10396
.PHONY: check-docs
10497
check-docs: ## Run the script to ensure that the docs are updated

docs/book/src/cronjob-tutorial/testdata/project/.github/workflows/test-chart.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/book/src/cronjob-tutorial/testdata/project/PROJECT

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
domain: tutorial.kubebuilder.io
66
layout:
77
- go.kubebuilder.io/v4
8-
plugins:
9-
helm.kubebuilder.io/v1-alpha: {}
108
projectName: project
119
repo: tutorial.kubebuilder.io/project
1210
resources:

docs/book/src/cronjob-tutorial/testdata/project/dist/chart/.helmignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/book/src/cronjob-tutorial/testdata/project/dist/chart/Chart.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/book/src/cronjob-tutorial/testdata/project/dist/chart/templates/_helpers.tpl

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/book/src/cronjob-tutorial/testdata/project/dist/chart/templates/certmanager/certificate.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)