Skip to content

Commit

Permalink
remove default envid
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranAvidov committed Aug 22, 2023
1 parent 8fcc9d3 commit 696a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/2-1-k8s-eks.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"label": "Environment Name",
"description": "The name for your environments identifier, to easily identify the telemetry data for each environment.",
"hint": "By typing an environment name, the name will be added as a label to the telemetry data of your environment.",
"value": "my_environment",
"value": "",
"pattern": "^[a-zA-Z0-9_-]+$",
"patternError": "Only letters, numbers, dashes and underscores are allowed"
}
Expand Down

0 comments on commit 696a1bf

Please sign in to comment.