fix(common): Fix envValueFrom.fieldPath schema

This commit is contained in:
Bernd Schorgers 2024-03-11 13:21:58 +01:00
parent 47375a58f1
commit c5fe6ff91a
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -328,6 +328,9 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"apiVersion": {
"type": "string"
},
"fieldPath": { "fieldPath": {
"type": "string" "type": "string"
} }