Last active
November 9, 2021 15:19
-
-
Save rubemlrm/e678e6154adae8b609c6663139277d8b to your computer and use it in GitHub Desktop.
gist rename
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
resources=("ClusterRole" "Role" "Namespace") | |
for i in ${resources[@]} do; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment