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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ Add the Kadras [package repository](https://github.com/kadras-io/kadras-packages
32
32
```shell
33
33
kctrl package repository add -r kadras-packages \
34
34
--url ghcr.io/kadras-io/kadras-packages \
35
-
-n kadras-packages --create-namespace
35
+
-n kadras-system --create-namespace
36
36
```
37
37
38
38
<details><summary>Installation without package repository</summary>
39
39
The recommended way of installing the Workspace Provisioner package is via the Kadras <ahref="https://github.com/kadras-io/kadras-packages">package repository</a>. If you prefer not using the repository, you can add the package definition directly using <ahref="https://carvel.dev/kapp/docs/latest/install"><code>kapp</code></a> or <code>kubectl</code>.
40
40
41
41
```shell
42
-
kubectl create namespace kadras-packages
43
-
kapp deploy -a workspace-provisioner-package -n kadras-packages -y \
42
+
kubectl create namespace kadras-system
43
+
kapp deploy -a workspace-provisioner-package -n kadras-system -y \
0 commit comments