4 lines
101 B
Bash
4 lines
101 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
find ./k3s -type f \( -name "*.yaml" -o -name "*.yml" \) -exec sops -e --in-place {} \;
|