fix(common): Fix envValueFrom.configMapKeyRef schema

This commit is contained in:
Bernd Schorgers 2024-03-11 19:58:06 +01:00
parent c5fe6ff91a
commit 25e5778dd2
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -310,7 +310,7 @@
"required": ["name", "key"]
}
},
"required": ["secretKeyRef"]
"required": ["configMapKeyRef"]
},
"envValueFrom.fieldRef": {