Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ To support HM and its associated components, the nodes in your OpenShift cluster
spec:
metadata:
labels:
edbaiplatform.io/control-plane: “true”
edbaiplatform.io/postgres: “true”
taints:
- key: edbplatform.io/control-plane
- key: edbplatform.io/postgres
value: "true"
effect: NoSchedule
```
Expand Down
Loading