6 lines
106 B
Bash
6 lines
106 B
Bash
#!/usr/bin/bash
|
|
set -e
|
|
|
|
filePath=$1
|
|
|
|
kubeseal --format yaml --scope cluster-wide -f $filePath -w $filePath |