Files
home-cluster-ops/scripts/encrypt-file-by-sealed-secrets.sh
2024-07-18 16:35:35 +10:00

6 lines
106 B
Bash

#!/usr/bin/bash
set -e
filePath=$1
kubeseal --format yaml --scope cluster-wide -f $filePath -w $filePath