Pramod Bindal
Pramod Bindal
It would be a great help if you can share me an example. I am facing same issue for other data type BigDecimal too Thanks.
@vdemeester Yes with older go version is works fine. As we have upgrade go version we should also handle these warnings as well.
These warnings are not visible any more. closing the defect
what happens when image is not present in specified registry ?
+1 There certain use-cases when we want a workload to be picked by specific cluster only.
@mimowo . Will check this one I have different challenge right now. I am not able to admit my workload into multiKueue :-( Mine is custom workload tekton/PIpelineRun which I...
Even in case of race condition tektonconfig should be able to reconcile when `keep` and `keepsince` are absent. ``` #pkg/apis/operator/v1alpha1/tektonconfig_validation.go#L154 if p.Keep == nil && p.KeepSince == nil { errs...
/assign @pramodbindal
@adambkaplan I tried the config my side by deleting pruner/keep from tektonconfig and it works fine. Can you please try this on latest operator your side as well. if still...
@adambkaplan If you can let me know the steps I can try it my side.