Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmerci authored Nov 22, 2024
1 parent d35faf3 commit d25c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/kustomize/ds-console-dedicated-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use `kustomize` to scope the Decision Server Console to a dedicated node defined

- [`kustomize`](https://kubectl.docs.kubernetes.io/installation/kustomize/) 3.5+ installed in your PATH
- Helm 3.1
- A running Kubernetes cluster with an annotated node. You can add a label to a node with the following command:
- In a running Kubernetes cluster with an annotated node. You can add a label to a node with the following command:
```
kubectl label nodes <your-node-name> <your-label>=<value>
```
Expand Down

0 comments on commit d25c6d2

Please sign in to comment.