5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl -n atat delete secret dhparam-4096
|
|
kubectl -n atat create secret generic dhparam-4096 --from-file="${1}"
|