Add delete secret before recreating
This commit is contained in:
parent
90970367c8
commit
bde339871a
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl -n atat create secret generic atst-config-ini --from-file=${1}
|
||||
kubectl -n atat delete secret atst-config-ini
|
||||
kubectl -n atat create secret generic atst-config-ini --from-file="${1}"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl -n atat create secret generic dhparam-4096 --from-file=${1}
|
||||
kubectl -n atat delete secret dhparam-4096
|
||||
kubectl -n atat create secret generic dhparam-4096 --from-file="${1}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user