test sealed-secrets decryption
This commit is contained in:
6
scripts/encrypt-file-by-sealed-secrets.sh
Normal file
6
scripts/encrypt-file-by-sealed-secrets.sh
Normal 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
|
||||
Reference in New Issue
Block a user