Skip to content

Commit a047b21

Browse files
committed
why isn't the schema regenerated on each make
1 parent d57d3ec commit a047b21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/func_yaml-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"pvcSize": {
4545
"type": "string",
4646
"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."
4751
}
4852
},
4953
"additionalProperties": false,

0 commit comments

Comments
 (0)