Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Aug 8, 2023
1 parent 3d1df20 commit 72eb032
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions control-plane/api-gateway/common/helm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ type HelmConfig struct {
EnableNamespaceMirroring bool
AuthMethod string
// LogLevel is the logging level of the deployed Consul Dataplanes.
LogLevel string
ConsulPartition string
LogJSON bool
TLSEnabled bool
PeeringEnabled bool
ConsulTLSServerName string
ConsulCACert string
ConsulConfig ConsulConfig
LogLevel string
ConsulPartition string
LogJSON bool
TLSEnabled bool
PeeringEnabled bool
ConsulTLSServerName string
ConsulCACert string
ConsulConfig ConsulConfig

// EnableOpenShift indicates whether we're deploying into an OpenShift environment
// and should create SecurityContextConstraints.
Expand Down
2 changes: 1 addition & 1 deletion control-plane/subcommand/gateway-resources/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (c *Command) Run(args []string) int {
MaxInstances: nonZeroOrNil(c.flagDeploymentMaxInstances),
MinInstances: nonZeroOrNil(c.flagDeploymentMinInstances),
},
OpenshiftSCCName: c.flagOpenshiftSCCName,
OpenshiftSCCName: c.flagOpenshiftSCCName,
MapPrivilegedContainerPorts: int32(c.flagMapPrivilegedContainerPorts),
},
}
Expand Down

0 comments on commit 72eb032

Please sign in to comment.