Skip to content

Commit 571bd8f

Browse files
authored
fix: Provide kro release name
1 parent 2dbadc9 commit 571bd8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/automation/controlplanes/kro/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kro simplifies complex resource management by allowing platform teams to define
1515
Let us first install kro to the Kubernetes cluster by using a Helm chart:
1616

1717
```bash wait=60
18-
$ helm install oci://registry.k8s.io/kro/charts/kro \
18+
$ helm install kro oci://registry.k8s.io/kro/charts/kro \
1919
--version=${KRO_VERSION} \
2020
--namespace kro-system --create-namespace \
2121
--wait

0 commit comments

Comments
 (0)