Skip to content

Commit

Permalink
Make sure do not error on normal comment types.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 6, 2023
1 parent 1f3a047 commit 92ef95e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client-programs/pkg/cmd/workshop_publish_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ func (p *ProjectInfo) NewWorkshopPublishCmd() *cobra.Command {
func processWorkshopDefinition(yamlData []byte, dataValueFlags yttcmd.DataValuesFlags) ([]byte, error) {
templatingOptions := yttcmd.NewOptions()

templatingOptions.IgnoreUnknownComments = true

templatingOptions.DataValuesFlags = dataValueFlags

var filesToProcess []*files.File
Expand Down

0 comments on commit 92ef95e

Please sign in to comment.