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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Add the Kadras [package repository](https://github.com/kadras-io/kadras-packages
36
36
The recommended way of installing the Cert Manager 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>.
37
37
38
38
```shell
39
-
kubectl create namespace cert-manager
39
+
kubectl create namespace kadras-packages
40
40
kapp deploy -a cert-manager-package -n kadras-packages -y \
0 commit comments