Skip to content
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

remove webConsolePlugin from ToolchainClusterConfig (phase 1) #589

Merged
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 @@ -146,23 +146,6 @@ spec:
description: Defines the timeout for each health check
type: string
type: object
webConsolePlugin:
description: WebConsolePlugin is used to configure the Web Console
Plugin parameters
properties:
deploy:
description: Deploy determines whether the plugin will be deployed
or not
type: boolean
pendoHost:
description: PendoHost allows a host URL to be configured instead
of communicating directly with the Pendo domain
type: string
pendoKey:
description: PendoKey is the key value used to interact with the
Pendo API
type: string
type: object
webhook:
description: Keeps parameters concerned with the webhook
properties:
Expand Down
Loading