test sealed-secrets decryption

This commit is contained in:
2024-07-17 00:29:20 +10:00
parent f4096d1459
commit 33558ee672
2 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/bash
set -e
filePath=$1
cat $filePath | kubeseal -o yaml --scope cluster-wide --controller-name sealed-secrets --controller-namespace argocd | tee $filePath