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: schema/func_yaml-schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@
44
44
"pvcSize": {
45
45
"type": "string",
46
46
"description": "PVCSize specifies the size of persistent volume claim used to store function\nwhen using deployment and remote build process (only relevant when Remote is true)."
47
+
},
48
+
"remoteStorageClass": {
49
+
"type": "string",
50
+
"description": "RemoteStorageClass specifies the storage class to use for the volume used\non-cluster during when built remotely."
0 commit comments