Skip to content

Commit

Permalink
[installer] Fix invalid tag name for image build template
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Jan 24, 2022
1 parent 43198ce commit 3c992ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/pkg/config/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ type WorkspaceTemplates struct {
Default *corev1.Pod `json:"default"`
Prebuild *corev1.Pod `json:"prebuild"`
Ghost *corev1.Pod `json:"ghost"`
ImageBuild *corev1.Pod `json:"image_build"`
ImageBuild *corev1.Pod `json:"imagebuild"`
Regular *corev1.Pod `json:"regular"`
Probe *corev1.Pod `json:"probe"`
}
Expand Down

0 comments on commit 3c992ef

Please sign in to comment.