X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fui-k8s%2Freactive%2Fui.py;h=eb53daf2f71fe7af853198a7ec137e744a65ea33;hb=fa75eca9077591fcac5f0ea7f07a2ce5e60c8294;hp=5ca81433cb7c595b0b78cf6a8bf0cd28cae39374;hpb=6cbfee112265135377fbe110a3dbdbb70d670724;p=osm%2Fdevops.git diff --git a/installers/charm/ui-k8s/reactive/ui.py b/installers/charm/ui-k8s/reactive/ui.py index 5ca81433..eb53daf2 100644 --- a/installers/charm/ui-k8s/reactive/ui.py +++ b/installers/charm/ui-k8s/reactive/ui.py @@ -111,7 +111,6 @@ def make_pod_spec( data = { "name": md.get("name"), - "docker_image": cfg.get("image"), "mysql_host": mysql_host, "mysql_port": mysql_port, "mysql_user": mysql_user,