UnstoppableMango / pulumi-kubernetes-the-hard-way

A Pulumi component provider that implements Kelsey Hightower's Kubernetes the Hard Way
Apache License 2.0
0 stars 0 forks source link

Updated runcInstall.ts with chmod functionality #341

Closed UnstoppableMango closed 4 months ago

UnstoppableMango commented 4 months ago

The runcInstall.ts file has been updated to include the Chmod class. This new addition allows for changing the mode of files, specifically making them executable. The change is dependent on the 'mv' operation and is implemented as a parent-child relationship for better organization and readability.