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: devspace-schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1230,6 +1230,10 @@
1230
1230
"type": "boolean",
1231
1231
"description": "Enabled enables the local registry for pushing images.\nWhen unset the local registry will be used as a fallback if there are no push permissions for the registry.\nWhen `true` the local registry will always be used.\nWhen `false` the local registry will never be used."
1232
1232
},
1233
+
"localbuild": {
1234
+
"type": "boolean",
1235
+
"description": "LocalBuild enables use of local docker builder instead of building in the cluster"
1236
+
},
1233
1237
"namespace": {
1234
1238
"type": "string",
1235
1239
"description": "Namespace where the local registry is deployed. Default is the current context's namespace"
Copy file name to clipboardExpand all lines: docs/schemas/config-openapi.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1238,6 +1238,10 @@
1238
1238
"type": "boolean",
1239
1239
"description": "Enabled enables the local registry for pushing images.\nWhen unset the local registry will be used as a fallback if there are no push permissions for the registry.\nWhen `true` the local registry will always be used.\nWhen `false` the local registry will never be used."
1240
1240
},
1241
+
"localbuild": {
1242
+
"type": "boolean",
1243
+
"description": "LocalBuild enables use of local docker builder instead of building in the cluster"
1244
+
},
1241
1245
"namespace": {
1242
1246
"type": "string",
1243
1247
"description": "Namespace where the local registry is deployed. Default is the current context's namespace"
0 commit comments