Skip to content

Commit

Permalink
Merge pull request #85 from steinwaywhw/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tahir-duplo authored Nov 6, 2024
2 parents e628e85 + fb8945f commit 8c71d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-generator/app/k8-cron-job.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ func flattenConfigMapRef(in *corev1.ConfigMapEnvSource, confMapBody *hclwrite.Bo
}
if in.Optional != nil {
att["optional"] = *in.Optional
confMapBody.SetAttributeValue("name", cty.BoolVal(*in.Optional))
confMapBody.SetAttributeValue("optional", cty.BoolVal(*in.Optional))

}
return []interface{}{att}
Expand Down

0 comments on commit 8c71d45

Please sign in to comment.