Skip to content

Instantly share code, notes, and snippets.

@rubemlrm
Last active November 9, 2021 15:19
Show Gist options
  • Save rubemlrm/e678e6154adae8b609c6663139277d8b to your computer and use it in GitHub Desktop.
Save rubemlrm/e678e6154adae8b609c6663139277d8b to your computer and use it in GitHub Desktop.
gist rename
#!/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