You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the KEDA OLM operator, I noticed the following 3 issues:
CRD config/crd/bases/keda.sh_clustertriggerauthentications.yaml does not have a sample CR config/samples/keda_v1alpha1_clustertriggerauthentication.yaml
CR config/samples/keda_v1alpha1_clustertriggerauthentication.yaml is not listed in the resources section of config/samples/kustomization.yaml
CR config/samples/eventing_v1alpha1_cloudeventsource.yaml is not listed in the resources section of config/samples/kustomization.yaml
Also, it would be nice if we had a check to detect these sorts of problems.
Expected Behavior
No missing CRDs or CRs, neither the manifests nor the references to them in the kustomization.yaml
Actual Behavior
As described in the above description
Steps to Reproduce the Problem
Compare the repo config/crds/bases/*.yaml with config/crds/kustomize.yaml, config/samples/kustomize.yaml and config/samples/*.yaml
Logs from KEDA operator
No response
KEDA Version
2.14.0
Kubernetes Version
1.29
Platform
Red Hat OpenShift
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
While working on the KEDA OLM operator, I noticed the following 3 issues:
config/crd/bases/keda.sh_clustertriggerauthentications.yaml
does not have a sample CRconfig/samples/keda_v1alpha1_clustertriggerauthentication.yaml
config/samples/keda_v1alpha1_clustertriggerauthentication.yaml
is not listed in the resources section ofconfig/samples/kustomization.yaml
config/samples/eventing_v1alpha1_cloudeventsource.yaml
is not listed in the resources section ofconfig/samples/kustomization.yaml
Also, it would be nice if we had a check to detect these sorts of problems.
Expected Behavior
No missing CRDs or CRs, neither the manifests nor the references to them in the
kustomization.yaml
Actual Behavior
As described in the above description
Steps to Reproduce the Problem
Compare the repo
config/crds/bases/*.yaml
withconfig/crds/kustomize.yaml
,config/samples/kustomize.yaml
andconfig/samples/*.yaml
Logs from KEDA operator
No response
KEDA Version
2.14.0
Kubernetes Version
1.29
Platform
Red Hat OpenShift
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: