Skip to content

Commit 6d4138d

Browse files
committed
fix
Signed-off-by: Your Name <[email protected]>
1 parent c451ce3 commit 6d4138d

File tree

80 files changed

+6
-14270
lines changed

Some content is hidden

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

80 files changed

+6
-14270
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ generate-docs: ## Update/generate the docs
9191
.PHONY: generate-charts
9292
generate-charts: build ## Re-generate the helm chart testdata and docs samples
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
9794
(cd testdata/project-v4-with-plugins && ../../bin/kubebuilder edit --plugins=helm/v1-alpha)
98-
(cd docs/book/src/getting-started/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
99-
(cd docs/book/src/cronjob-tutorial/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
100-
(cd docs/book/src/multiversion-tutorial/testdata/project && ../../../../../../bin/kubebuilder edit --plugins=helm/v1-alpha)
10195

10296
.PHONY: check-docs
10397
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)