Skip to content

Commit

Permalink
Merge pull request #38 from breeze7086/custom
Browse files Browse the repository at this point in the history
Set volume of configmap default mode value.
  • Loading branch information
sl1pm4t authored Aug 6, 2018
2 parents e1bf43c + e0b73f3 commit 56c903d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/schema_pod_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func volumeSchema() *schema.Resource {
Description: "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
Optional: true,
ValidateFunc: validateModeBits,
Default: 0644,
},
"name": {
Type: schema.TypeString,
Expand Down

0 comments on commit 56c903d

Please sign in to comment.