Skip to content

Commit

Permalink
Correct casing of ManagedGatewayClass property
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and missylbytes committed Aug 8, 2023
1 parent 1fceb65 commit fe8267f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cli/helm/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,13 +576,13 @@ type CopyAnnotations struct {
}

type ManagedGatewayClass struct {
Enabled bool `yaml:"enabled"`
NodeSelector interface{} `yaml:"nodeSelector"`
ServiceType string `yaml:"serviceType"`
UseHostPorts bool `yaml:"useHostPorts"`
CopyAnnotations CopyAnnotations `yaml:"copyAnnotations"`
OpenshiftSCCName string `yaml:"openshiftSCCName"`
mapPrivilegedContainerPorts int `yaml:"mapPrivilegedContainerPorts"`
Enabled bool `yaml:"enabled"`
NodeSelector interface{} `yaml:"nodeSelector"`
ServiceType string `yaml:"serviceType"`
UseHostPorts bool `yaml:"useHostPorts"`
CopyAnnotations CopyAnnotations `yaml:"copyAnnotations"`
OpenshiftSCCName string `yaml:"openshiftSCCName"`
MapPrivilegedContainerPorts int `yaml:"mapPrivilegedContainerPorts"`
}

type Service struct {
Expand Down

0 comments on commit fe8267f

Please sign in to comment.