Skip to content

Commit

Permalink
Fix FlinkProperties template (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Jul 1, 2021
1 parent e22a75f commit e20e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flink/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (fc *FlinkCluster) updateFlinkProperties(config *Config, taskCtx FlinkTaskC

result := make(map[string]string)
for k, v := range props {
tmpl, err := containerTmpl.Parse(v)
tmpl, err := flinkPropertiesTmpl.Parse(v)
if err != nil {
return err
}
Expand Down

0 comments on commit e20e0d7

Please sign in to comment.