-
Bug
-
Resolution: Done
-
Blocker
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 21-23 (from May 22)
When I try to apply the CRDs (generated by the swf files), I got the following error:
kubectl apply -f dorinha-props.yaml -n kogito-workflows --validate=false
Warning: resource configmaps/dorinha-props is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
The ConfigMap "dorinha-props" is invalid: metadata.ownerReferences.uid: Invalid value: "": uid must not be empty
> kubectl apply -f dorinha-openapis.yaml -n kogito-workflows --validate=false
The ConfigMap "dorinha-openapis" is invalid: metadata.ownerReferences.uid: Invalid value: "": uid must not be empty
> kubectl apply -f dorinha-genericres.yaml -n kogito-workflows --validate=false
The ConfigMap "dorinha-genericres" is invalid: metadata.ownerReferences.uid: Invalid value: "": uid must not be empty
https://drive.google.com/file/d/1vMMwfOxSHmPMv2W72tBEYVAFZA5Gq7xH/view?usp=sharing