Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Jul 15, 2021
1 parent 693333f commit 4b7aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/org/v1/che_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type CheClusterSpecServer struct {
UseInternalClusterSVCNames bool `json:"useInternalClusterSVCNames"`
// Disable internal cluster SVC names usage to communicate between components to speed up the traffic and avoid proxy issues.
// +optional
DisableInternalClusterSVCNames *bool `json:"disableInternalClusterSVCNames"`
DisableInternalClusterSVCNames *bool `json:"disableInternalClusterSVCNames,omitempty"`
// Overrides the container image used in the dashboard deployment.
// This includes the image tag. Omit it or leave it empty to use the default container image provided by the Operator.
// +optional
Expand Down

0 comments on commit 4b7aeeb

Please sign in to comment.