temp check in files
This commit is contained in:
7
scripts/encrypt-file-by-kubeseal.sh
Normal file
7
scripts/encrypt-file-by-kubeseal.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
set -e
|
||||
|
||||
filePath=$1
|
||||
|
||||
kubeseal --format=yaml --scope cluster-wide -n argocd --controller-name sealed-secrets --controller-namespace argocd < $filePath > $filePath
|
||||
|
||||
Reference in New Issue
Block a user