Add ability to apply whole directories
See original GitHub issueSame as:
kubectl apply -f my/dir/with/yaml/files/
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Add read permissions to all the directories of a path - Super User
I want to add (not modify other file permissions) for all the directories in the path written bellow. Something like chmod -R xx4 ......
Read more >Change the permissions on a subfolder - Microsoft Support
Navigate to the site and library for which you want to create unique permissions on a subfolder. · If necessary, create the subfolder...
Read more >How to Add Column & Settings to All Subfolders in a Folder in ...
Let me show how you can add a column to all subfolder in a folder. File Explorer in Windows usually shows just a...
Read more >Establishing Windows File and Folder Level Permissions
Standard Permission Types · view the file names and subfolders. · navigate to subfolders. · view data in the folder's files. · add...
Read more >Recursively add the entire folder to a repository - Stack Overflow
You simply need to specify the folder to add and then use * to add everything that is inside recursively. Share.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ds-ms I like the approach you have proposed. We need to have a file based filter otherwise we would be mandating adding only manifest files to a particular folder. Let’s proceed with
my/dir/with/yaml/files/*.yml
@shigupt202 could you pick this up?