4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/bash
|
|
|
|
kubectl -n atat create secret generic atst-config-ini --from-file=${1}
|