Skip to content

Commit

Permalink
Apply podSpecFields changes to podTemplateFields
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Nov 30, 2018
1 parent f2e8a31 commit 17e5337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/schema_pod_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func podTemplateFields(isUpdatable bool) map[string]*schema.Schema {
Optional: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: podSpecFields(false),
Schema: podSpecFields(false, false, false),
},
},
}
Expand Down

0 comments on commit 17e5337

Please sign in to comment.