Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fixed issue with install command flag for backpressure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Jul 10, 2020
1 parent 11b9826 commit e7ab58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func (i *installCmd) resolveValues() (map[string]interface{}, error) {
fmt.Sprintf("OpenServiceMesh.prometheus.retention.time=%s", i.prometheusRetentionTime),
fmt.Sprintf("OpenServiceMesh.enableDebugServer=%t", i.enableDebugServer),
fmt.Sprintf("OpenServiceMesh.disableSMIAccessControlPolicy=%t", i.disableSMIAccessControlPolicy),
fmt.Sprintf("OpenServiceMesh.enableBackpressureExperimental=%t", i.enableBackpressureExperimental),
fmt.Sprintf("OpenServiceMesh.meshName=%s", i.meshName),
}

Expand Down

0 comments on commit e7ab58b

Please sign in to comment.