Switch to passing in the file name
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl -n atat create secret generic dhparam-4096 --from-file=./dhparam.pem
|
||||
kubectl -n atat create secret generic dhparam-4096 --from-file=${1}
|
||||
|
Reference in New Issue
Block a user