Skip to content

Commit

Permalink
update webhook deploy comment (#425)
Browse files Browse the repository at this point in the history
* update webhook deploy comment

* Update api/v1alpha1/memberoperatorconfig_types.go

Co-authored-by: Rajiv Senthilnathan <[email protected]>

---------

Co-authored-by: Rajiv Senthilnathan <[email protected]>
  • Loading branch information
mfrancisc and rajivnathan authored May 28, 2024
1 parent 49462fd commit 12b7932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/v1alpha1/memberoperatorconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ type ToolchainClusterConfig struct {
// Defines all parameters concerned with the Webhook
// +k8s:openapi-gen=true
type WebhookConfig struct {
// Defines the flag that determines whether to deploy the Webhook
// Defines the flag that determines whether to deploy the Webhook.
// If the deploy flag is set to False and the Webhook was deployed previously it will be deleted by the memberoperatorconfig controller.
// +optional
Deploy *bool `json:"deploy,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12b7932

Please sign in to comment.