- Notifications
You must be signed in to change notification settings - Fork925
Open
Description
Workspace tags currently rely on parameters:
coder/coderd/wsbuilder/wsbuilder.go
Lines 833 to 836 in9e0bfd9
workspaceTags,err:=b.getTemplateVersionWorkspaceTags() | |
iferr!=nil { | |
returnnil,BuildError{http.StatusInternalServerError,"failed to fetch template version workspace tags",err} | |
} |
If params are not static, this needs to be fixed.