Ability to set file mode for inline files. #148
Labels
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
good first issue
An issue that will be a good candidate for a new contributor
priority/unprioritized-backlog
Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Describe the problem/challenge you have
I want to be able to do:
where
script.sh
needs to have execute file mode permissions when created.At the moment it is always created with only
rw-
permissions.Describe the solution you'd like
Like how in Kubernetes when mounting config maps it is possible to specify a
defaultMode
with a umask, would like something similar.Anything else you would like to add:
It is a bit annoying that this can't be specified on a per file basis, but a default mode for all paths is better than nothing. One can always segregate files that need to be executable under different array item under
contents
.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help work on this issue.
The text was updated successfully, but these errors were encountered: