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
Describe the feature the output_paths for validate does not support globbed path, and requires indicating the kind to validate.
My propose change adds support for
To Reproduce Steps to reproduce the behavior:
validate: - type: kubernetes output_paths: - manifests/*-secret.yml kind: secret version: 1.14.0
Expected behavior
apitan compile --validate -t dev Rendered inventory (0.08s) Compiled dev (0.12s) invalid 'Ingress' manifest at ./compiled/dev/manifests/global-ingress.yml ['spec', 'rules', 0, 'http', 'paths', 0] Additional properties are not allowed ('pathType' was unexpected) ['spec', 'rules', 0, 'http', 'paths', 0, 'backend'] Additional properties are not allowed ('service' was unexpected) ['spec', 'rules', 0, 'http', 'paths', 0, 'backend'] 'serviceName' is a required property ['spec', 'rules', 0, 'http', 'paths', 0, 'backend'] 'servicePort' is a required property
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Sorry, something went wrong.
ademariag
Successfully merging a pull request may close this issue.
Describe the feature
the output_paths for validate does not support globbed path, and requires indicating the kind to validate.
My propose change adds support for
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: