Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 7da23e6

Browse files
authored
Fix broken link to cluster template
`(./templates/cluster.yaml)` -> `(./templates/cluster-template.yaml)`
1 parent fc452e7 commit 7da23e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describes how to do so.
9898

9999
##### Defaults
100100

101-
If you do not change the generated `yaml` files, it will use defaults. You can look in the [templates/cluster-template.yaml](./templates/cluster.yaml) file for details.
101+
If you do not change the generated `yaml` files, it will use defaults. You can look in the [templates/cluster-template.yaml](./templates/cluster-template.yaml) file for details.
102102

103103
* service CIDR: `172.25.0.0/16`
104104
* pod CIDR: `172.26.0.0/16`

0 commit comments

Comments
 (0)