fix command
This commit is contained in:
parent
80acabff9b
commit
b274335d62
2 changed files with 7 additions and 6 deletions
src/test/cljc/dda/c4k_jitsi
|
@ -152,11 +152,12 @@
|
|||
{:spec
|
||||
{:serviceAccountName "deployment-restart",
|
||||
:restartPolicy "Never",
|
||||
:containers [{:name "kubectl", :image "bitnami/kubectl"}],
|
||||
:containers
|
||||
[{:name "kubectl", :image "bitnami/kubectl",
|
||||
:command
|
||||
["bash"
|
||||
"-c"
|
||||
"kubectl rollout restart deployment/etherpad && kubectl rollout status deployment/etherpad"]}}}}}}
|
||||
"kubectl rollout restart deployment/etherpad && kubectl rollout status deployment/etherpad"]}]}}}}}}
|
||||
(nth (cut/restart-config
|
||||
{:fqdn "xy.xy.xy"
|
||||
:namespace "jitsi"})
|
||||
|
|
Loading…
Add table
Reference in a new issue