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

4 lines
101 B
Bash
Executable File

#!/bin/bash
find ./k3s -type f \( -name "*.yaml" -o -name "*.yml" \) -exec sops -d --in-place {} \;