Skip to content

Commit 3e3e6da

Browse files
committed
chore: Update README
1 parent 0b3e43f commit 3e3e6da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hack/docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A self-contained `index.html` file will be created in the `$DEST_DIR` directory.
1515

1616
## Updating manifest examples
1717

18-
The resources located in [examples/results](./examples/results) are generated by the controller from the contents of `config/samples`. These example manifests must be updated manually.
18+
The resources located in [examples/results](./examples/results) are generated by the controller from the contents of [`config/samples`](../../config/samples). These example manifests must be updated manually.
1919

2020
To do this, run the following commands from the project's root directory:
2121

@@ -31,3 +31,7 @@ Then, commit the resulting YAML file to the [examples/results](./examples/result
3131
For example: `kubectl get job <GENERATED_JOB_NAME> -o yaml`
3232

3333
The "Examples" section of the final documentation is generated by the [examples/generate.sh](./examples/generate.sh) script.
34+
35+
## Updating kustomize configurations
36+
37+
To update the [transformer configurations](https://github.com/kubernetes-sigs/kustomize/tree/master/examples/transformerconfigs), edit [`transform.yaml`](./kustomize/transform.yaml).

0 commit comments

Comments
 (0)