test sealed-secrets decryption
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
set -e
|
||||
|
||||
filePath=$1
|
||||
secretName=$1
|
||||
filePath=$2
|
||||
|
||||
cat $filePath | kubeseal -o yaml --scope cluster-wide --controller-name sealed-secrets --controller-namespace argocd | tee $filePath
|
||||
cat $filePath | kubeseal --format yaml --scope cluster-wide | tee $filePath
|
||||
Reference in New Issue
Block a user