#/bin/bash unencrypted_file="$1" encrypted_file="$2" cert_file="$3" cat "$1" | kubeseal --cert "$3" --controller-name=sealed-secrets-controller --controller-namespace=kube-system --format yaml > "$2"