Skip to content

Commit

Permalink
fix: add default value for sandbox context name
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Aug 8, 2023
1 parent 59f3209 commit e41dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"redhat.sandbox.context.name": {
"type": "string",
"default": "",
"default": "dev-sandbox-context",
"scope": "KubernetesProviderConnectionFactory",
"description": "Context name for Developer Sandbox to easily find it in your Kubernetes contexts",
"placeholder": "my-dev-sandbox"
Expand Down

0 comments on commit e41dba4

Please sign in to comment.