Skip to content

Commit 17e5337

Browse files
committed
Apply podSpecFields changes to podTemplateFields
1 parent f2e8a31 commit 17e5337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/schema_pod_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func podTemplateFields(isUpdatable bool) map[string]*schema.Schema {
1313
Optional: true,
1414
MaxItems: 1,
1515
Elem: &schema.Resource{
16-
Schema: podSpecFields(false),
16+
Schema: podSpecFields(false, false, false),
1717
},
1818
},
1919
}

0 commit comments

Comments
 (0)