Skip to content

Commit

Permalink
Add comment to InitImageNameTag
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Jan 28, 2019
1 parent 45d9f2e commit 04f31ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func ImageNameTag() string {
return fmt.Sprintf(imageNameTagFormat, imageName, tag)
}

// InitImageNameTag returns the full image path and tag for the initContainer
func InitImageNameTag() string {
return fmt.Sprintf(imageNameTagFormat, defaultInitImageName, defaultInitImageTag)
}
Expand Down

0 comments on commit 04f31ec

Please sign in to comment.