You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/docs/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A self-contained `index.html` file will be created in the `$DEST_DIR` directory.
15
15
16
16
## Updating manifest examples
17
17
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.
19
19
20
20
To do this, run the following commands from the project's root directory:
21
21
@@ -31,3 +31,7 @@ Then, commit the resulting YAML file to the [examples/results](./examples/result
31
31
For example: `kubectl get job <GENERATED_JOB_NAME> -o yaml`
32
32
33
33
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