rundeck-plugins / kubernetes

52 stars 59 forks source link

taglist exception on split(',') #152

Open carminati-marco opened 1 year ago

carminati-marco commented 1 year ago

https://github.com/rundeck-plugins/kubernetes/blob/ebd553f6e62608202eabf83ed73994c6df234fa5/contents/pods-resource-model.py#L42

taglist can be none. Suggestion

if taglist:
  tags.extend(taglist.split(','))