fix consistency: updated workflow template labels to use dashes instead of underscores.

This commit is contained in:
Andrey Melnikov
2020-04-14 11:38:16 -07:00
parent 07a473c0ab
commit c0a4549d41
2 changed files with 4 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ import (
const (
OnepanelPrefix = "onepanel.io/"
TagPrefix = "tags.onepanel.io/"
WorkflowTemplate = OnepanelPrefix + "workflow_template"
WorkflowTemplateUid = OnepanelPrefix + "workflow_template_uid"
WorkflowTemplate = OnepanelPrefix + "workflow-template"
WorkflowTemplateUid = OnepanelPrefix + "workflow-template-uid"
Version = OnepanelPrefix + "version"
VersionLatest = OnepanelPrefix + "version-latest"
)