We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema validation breaks due to schema mismatch. This is the official schema which doesn't use (or has a different type of) the below elements:
"resources": [ { "filename": "stdin", "kind": "Cluster", "name": "release-name-cluster", "version": "postgresql.cnpg.io/v1", "status": "statusInvalid", "msg": "problem validating schema. Check JSON formatting: jsonschema: '/spec/postgresql/shared_preload_libraries' does not validate with https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/postgresql.cnpg.io/cluster_v1.json#/properties/spec/properties/postgresql/properties/shared_preload_libraries/type: expected array, but got null", "validationErrors": [ { "path": "/spec/postgresql", "msg": "" }, { "path": "/spec/bootstrap/initdb/postInitApplicationSQL", "msg": "expected array, but got null" }, { "path": "/spec/managed", "msg": "expected object, but got null" } ] } ],
The text was updated successfully, but these errors were encountered:
This issue is very important to us and we'd like to resolve this 🙏🏻
Sorry, something went wrong.
just open a PR with the updated schema and a link to this issue and we will have it merged!
Successfully merging a pull request may close this issue.
Schema validation breaks due to schema mismatch.
This is the official schema which doesn't use (or has a different type of) the below elements:
The text was updated successfully, but these errors were encountered: