Skip to content

Commit

Permalink
Test update display name of the Test extension chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomasek committed Jan 12, 2024
1 parent 57638b5 commit df42e3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "test plugin",
"version": "0.1.2",
"private": false,
"rancher": true,
"rancher": {
"annotations": {
"catalog.cattle.io/display-name": "TEST NAME"
}
},
"scripts": {
"dev": "./node_modules/.bin/nuxt dev",
"nuxt": "./node_modules/.bin/nuxt"
Expand Down

0 comments on commit df42e3d

Please sign in to comment.