EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8126da77 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

updated starter

parent 8b350e0f
No related branches found
No related tags found
No related merge requests found
Pipeline #18249 passed
......@@ -55,7 +55,9 @@ def get_helm_data(helm_config_path: str, file_type: str, index: bool = False) ->
files.append(template_file)
if index:
return files[0]
for i, f in enumerate(files):
if "registrar" in f:
return files[i]
return files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment