Skip to content

Instantly share code, notes, and snippets.

@JohnStrunk
JohnStrunk / rename-pvc.sh
Last active January 20, 2025 13:36
"Rename" a bound PVC
#! /bin/bash
set -e -o pipefail
function usage {
cat - <<USAGE
Usage:
$0 -n namespace -s source -d destination
USAGE
}