Skip to content

Commit 9c35f9a

Browse files
authored
Add namespace labeling to quick start (#2066)
1 parent c0ce740 commit 9c35f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-source/content/quickstart/prepare.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ weight: 5
66
---
77

88

9-
1. Create a namespace that can host one or more domains:
9+
1. Create and label a namespace that can host one or more domains:
1010

1111
```bash
1212
$ kubectl create namespace sample-domain1-ns
13+
$ kubectl label ns sample-domain1-ns weblogic-operator=enabled
1314
```
1415

1516
1. Configure Traefik to manage ingresses created in this namespace:

0 commit comments

Comments
 (0)