Skip to content

Commit d3e55a5

Browse files
authored
Remove Computed boolean value from volume (#2006)
* Remove unnecessary Computed Bool * Add changelog-entry
1 parent e837ed5 commit d3e55a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/2006.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
`kubernetes/schema_pod_spec.go`: Fix unexpected volumes appearing on plan
3+
```

kubernetes/schema_pod_spec.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ func podSpecFields(isUpdatable, isComputed bool) map[string]*schema.Schema {
474474
"volume": {
475475
Type: schema.TypeList,
476476
Optional: true,
477-
Computed: true,
478477
Description: "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes",
479478
Elem: volumeSchema(isUpdatable),
480479
},

0 commit comments

Comments
 (0)