You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/blueapi/config_schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@
431
431
"type": "string"
432
432
},
433
433
"branch": {
434
-
"description": "Branch of repo to check out - defaults to remote's default when cloning and the existing branch when the repo already exists",
434
+
"description": "Branch (or tag) to check out when cloning - defaults to remote's HEAD. If a tag is used, the repo will be left in a 'detached head' state.",
Copy file name to clipboardExpand all lines: helm/blueapi/values.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -854,7 +854,7 @@
854
854
"properties": {
855
855
"branch": {
856
856
"title": "Branch",
857
-
"description": "Branch of repo to check out - defaults to remote's default when cloning and the existing branch when the repo already exists",
857
+
"description": "Branch (or tag) to check out when cloning - defaults to remote's HEAD. If a tag is used, the repo will be left in a 'detached head' state.",
0 commit comments