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