Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jina-ai/jina into executo…
Browse files Browse the repository at this point in the history
…r-thread
  • Loading branch information
JoanFM committed Nov 23, 2022
2 parents 22826e0 + 189bf5e commit a6639d5
Show file tree
Hide file tree
Showing 3 changed files with 804 additions and 743 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _get_configmap_yaml(template: str, params: Dict):
config_map['metadata']['namespace'] = params.get('namespace')
if params.get('data'):
for key, value in params['data'].items():
config_map['data'][key] = value
config_map['data'][key] = str(value)
return config_map


Expand Down
Loading

0 comments on commit a6639d5

Please sign in to comment.