-
Notifications
You must be signed in to change notification settings - Fork 2
feat(UI-1551): add Kubernetes integration forms #1213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
can you add a screenshot? thanks |
<ErrorMessage>{errors.config_file?.message as string}</ErrorMessage> | ||
</div> | ||
|
||
<Button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@haimzlato should we add additional info, like here:
@@ -221,6 +223,11 @@ export const IntegrationsMap: Record<Integrations, IntegrationSelectOption> = { | |||
label: "Microsoft Teams", | |||
value: Integrations.microsoft_teams, | |||
}, | |||
kubernetes: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itay – Should this be hidden in certain environments (production, or maybe for specific named customers) using a feature flag, or should we display it to everyone?
Since it doesn’t require special credentials or configuration unlike Zoom, Salesforce, or Linear, I think it makes sense to show it to everyone. Do you agree?
|
2faf051
to
aed4dcd
Compare
Done |
Description
Add Kubernetes connection in the UI
Linear Ticket
https://linear.app/autokitteh/issue/UI-1551/add-kubernetes-connection-in-the-ui
What type of PR is this? (check all applicable)