Skip to content

Commit

Permalink
fix: correct json binding name for deployment setting connectivity po…
Browse files Browse the repository at this point in the history
…licy
  • Loading branch information
HuyPhanNguyen committed Jul 31, 2024
1 parent 0ef9d41 commit 26ccf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployments/deployment_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// DeploymentSettings are loaded by the ProjectService because deployment settings are a subresource of Projects
type DeploymentSettings struct {
ChangeDescription string `json:"ChangeDescription,omitempty"`
ConnectivityPolicy *core.ConnectivityPolicy `json:"ProjectConnectivityPolicy,omitempty"`
ConnectivityPolicy *core.ConnectivityPolicy `json:"ConnectivityPolicy,omitempty"`
DefaultGuidedFailureMode core.GuidedFailureMode `json:"DefaultGuidedFailureMode,omitempty"`
DefaultToSkipIfAlreadyInstalled bool `json:"DefaultToSkipIfAlreadyInstalled"`
DeploymentChangesTemplate string `json:"DeploymentChangesTemplate,omitempty"`
Expand Down

0 comments on commit 26ccf48

Please sign in to comment.