Closed cornfeedhobo closed 1 month ago
@cornfeedhobo the plugin behaves the same way as helm would when passing multiple values files, which means the latter file will take precedence and serve as override. Adding comment in latter values file will generate the desired schema:
resources:
requests:
cpu: 100 # @schema type:[number,string]
I'm going to update documentation to make it more clear for other users too. Thank you for the feedback!
If two values files are passed with the same block, but with different types:
The resulting schema type should become an array: