Skip to content
Open
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions src/_data/featureCatalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ sections:
tags: [cloud, self-hosted]
cloud:
starter:
value: true
value: null
pro:
value: true
enterprise:
Expand Down Expand Up @@ -862,7 +862,7 @@ sections:
pro:
value: null
enterprise:
value: true
value: "Requires Kubernetes"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's inaccurate to say true, even if it doesn't work on docker alone.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
value: "Requires Kubernetes"
value: true

We can roll it back to true but I think it is better called out explicitly.


- id: performance
label: Performance Monitoring
Expand Down Expand Up @@ -1008,7 +1008,7 @@ sections:
options: ["None", "HTTP Basic Auth"]
pro:
value: list
options: ["None", "HTTP Basic Auth", "FlowFuse Authentication"]
options: ["None", "HTTP Basic Auth"]
enterprise:
value: list
options: ["None", "HTTP Basic Auth", "FlowFuse Authentication"]
Expand Down Expand Up @@ -1251,7 +1251,7 @@ sections:
starter:
value: null
pro:
value: null
value: true
enterprise:
value: true

Expand Down