Skip to content

Commit

Permalink
fix config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Poler committed Apr 16, 2024
1 parent 4e1b2a6 commit 94596e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/install/common_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
defaultPrometheusInterval = 1 * time.Second
appConfigFlag = appConfigFilepath
appConfigFlag = "--config"
appConfigFilepath = "/config/application_config.yaml"
)

Expand Down

0 comments on commit 94596e1

Please sign in to comment.