Replies: 1 comment
-
In case anybody else finds this looking for a solution, try this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have files which belong to kubernetes deployments and files which patch those deployments. Obviously patches are not valid kubernetes deployments, they miss required fields.
Ideally I'd like to configure extension to recognize patches, however ignoring schema for patches is also fine for me.
My names are like
deploy.yaml
,deploy-name.yaml
,deploy-name-patch.yaml
. First two are valid kubernetes deployments, third is patch.I tried to configure this extension in the following way:
This does not work for patches. It works correctly for deployments, but for patches both schemas are applied, schema
none
does not even exist, so it just does not work well.Beta Was this translation helpful? Give feedback.
All reactions