Replies: 1 comment
-
They have been updated, can you please try the latest version? |
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
-
A clear and concise description of what you want to happen.
Use-Case
Trying to use the kubeconform to validate the charts before using it getting following errors:
helm template ./keda | kubeconform -output json
{
"resources": [
{
"filename": "stdin",
"kind": "CustomResourceDefinition",
"name": "scaledjobs.keda.sh",
"version": "apiextensions.k8s.io/v1",
"status": "statusError",
"msg": "could not find schema for CustomResourceDefinition"
},
{
"filename": "stdin",
"kind": "CustomResourceDefinition",
"name": "triggerauthentications.keda.sh",
"version": "apiextensions.k8s.io/v1",
"status": "statusError",
"msg": "could not find schema for CustomResourceDefinition"
},
{
"filename": "stdin",
"kind": "CustomResourceDefinition",
"name": "scaledobjects.keda.sh",
"version": "apiextensions.k8s.io/v1",
"status": "statusError",
"msg": "could not find schema for CustomResourceDefinition"
},
{
"filename": "stdin",
"kind": "CustomResourceDefinition",
"name": "clustertriggerauthentications.keda.sh",
"version": "apiextensions.k8s.io/v1",
"status": "statusError",
"msg": "could not find schema for CustomResourceDefinition"
}
]
}
Tell us more what you'd like to achieve
Specification
Beta Was this translation helpful? Give feedback.
All reactions