Skip to content

Commit

Permalink
commit launchpolicy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieqliu committed Sep 9, 2024
1 parent 9af8594 commit 1fef88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/spec/launch_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func toMonitoringType(label string) (monitoringType, error) {

// GetLaunchPolicy takes in a map[string] string which should come from image labels,
// and will try to parse it into a LaunchPolicy. Extra fields will be ignored.
func GetLaunchPolicy(imageLabels map[string]string, logger *log.Logger) (LaunchPolicy, error) {
func GetLaunchPolicy(imageLabels map[string]string) (LaunchPolicy, error) {
var err error
launchPolicy := LaunchPolicy{}
if v, ok := imageLabels[envOverride]; ok {
Expand Down

0 comments on commit 1fef88d

Please sign in to comment.