Skip to content

Commit

Permalink
Add bundle installer for sample projects in docs
Browse files Browse the repository at this point in the history
This update introduces a bundle installer for sample projects referenced in the documentation, with config/default/kustomization.yaml settings uncommented to facilitate complete bundle generation. This setup helps reviewers by providing visibility into the final output of patches and Kustomize configurations, enabling more accurate and straightforward validation of the applied configurations.

Motivation: Ensures the end state of resources is fully visible in pull requests, making reviews more efficient and easier by displaying final configurations directly in the generated bundle.
  • Loading branch information
camilamacedo86 committed Nov 1, 2024
1 parent 324e0e4 commit b25d8ae
Show file tree
Hide file tree
Showing 9 changed files with 12,776 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
resources:
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: controller
newTag: latest
4,206 changes: 4,206 additions & 0 deletions docs/book/src/cronjob-tutorial/testdata/project/dist/install.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
resources:
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: controller
newTag: latest
Loading

0 comments on commit b25d8ae

Please sign in to comment.