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

Commit 7aa51fe

Browse files
authored
Fixing the small issue with * (#561)
1 parent c76460a commit 7aa51fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To configure the Operator to watch resources in other namespaces:
5959
imagePullPolicy: Always
6060
env:
6161
- name: WATCH_NAMESPACE
62-
value: *
62+
value: "*"
6363
```
6464
6565
2. Run the following command to create cluster-wide roles and role-bindings in the default namespace:

0 commit comments

Comments
 (0)