Switch to passing in the file name

This commit is contained in:
Devon Mackay 2018-08-08 08:50:34 -04:00
parent 880b145747
commit e5567bf3c3

View File

@ -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}