k8s-lab/encrypt_all.sh

4 lines
101 B
Bash
Raw Permalink Normal View History

2025-06-21 20:36:29 +00:00
#!/bin/bash
find ./k3s -type f \( -name "*.yaml" -o -name "*.yml" \) -exec sops -e --in-place {} \;