k8s-lab/preview_encrypt_all.sh

3 lines
122 B
Bash
Raw Permalink Normal View History

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