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

Commit

Permalink
Update pkg/lifecycle/daemon/routes_v1.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy authored Mar 12, 2019
1 parent d58e790 commit f66cc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lifecycle/daemon/routes_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (d *V1Routes) getHelmValuesStepOrAbort(c *gin.Context) (*daemontypes.HelmVa

level.Warn(d.Logger).Log("event", "helm values step not found in lifecycle")
c.JSON(http.StatusBadRequest, map[string]interface{}{
"errors": "no helm values step in lifecycle",
"error": "no helm values step in lifecycle",
})
return nil, false
}
Expand Down

0 comments on commit f66cc27

Please sign in to comment.