3 lines
122 B
Bash
Executable File
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' \;
|
|
|