Skip to content

Commit 8850ca6

Browse files
committed
chore: update excludedNamespaces set command
1 parent 439726e commit 8850ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snyk-monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ By default, `snyk-monitor` does not scan containers that are internal to Kuberne
204204

205205
If you prefer to override this, you can add your own list of namespaces to exclude by setting the `excludedNamespaces` to your own list. For example:
206206
```yaml
207-
--set excludedNamespaces={kube-node-lease,kube-public,local-path-storage,some_namespace}
207+
--set excludedNamespaces="{kube-node-lease,kube-public,local-path-storage,some_namespace}"
208208
```
209209

210210
## Using custom CA certificate

0 commit comments

Comments
 (0)