Switch to passing in the file name
This commit is contained in:
parent
880b145747
commit
e5567bf3c3
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user