Skip to content

Commit b9703cf

Browse files
authored
Merge pull request #64 from d4rkstar/issue_143
fix: remove apihost ovverride in kind
2 parents ce7e4ff + a1507c6 commit b9703cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nuvolaris/apihost_util.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ def get_user_static_hostname(runtime, username, apihost):
190190
inside the cm/config configMap prepending the user_namespace when needed.
191191
"""
192192

193-
if runtime == 'kind':
194-
return f"{username}.localhost"
195-
196193
if apihost not in ["auto"]:
197194
return apihost
198195

0 commit comments

Comments
 (0)