Skip to content

Commit

Permalink
added period seperator
Browse files Browse the repository at this point in the history
Signed-off-by: ashish <[email protected]>
  • Loading branch information
Revolyssup committed Sep 29, 2021
1 parent 637a911 commit b6e986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/manifests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func getDefinitions(crd string, resource int, cfg Config, filepath string, binPa
"k8skind": crd,
}
def.ObjectMeta.Name += ".K8s"
def.Spec.DefinitionRef.Name = strings.ToLower(crd) + "k8s.meshery.layer5.io"
def.Spec.DefinitionRef.Name = strings.ToLower(crd) + ".k8s.meshery.layer5.io"
case MESHERY:
def.Spec.Metadata = map[string]string{
"@type": "pattern.meshery.io/core",
Expand Down

0 comments on commit b6e986b

Please sign in to comment.