k8s-lab/preview_encrypt_all.sh
2025-06-21 21:36:29 +01:00

3 lines
122 B
Bash
Executable File

find ./k3s -type f \( -name "*.yaml" -o -name "*.yml" \) -exec sh -c 'echo "Encrypting: {}"; sops -e {} | head -n 10' \;