JaneLiuL
JaneLiuL
as we know that e2e testing has been more reliable and widely adopted because of the following benefits: * Expand test coverage * Ensure the correctness of the application *...
When helm-controller delete helmrelease, and something wrong in the cluster, then the controller only delete once for it will not requeue. Issue here: https://github.com/fluxcd/helm-controller/issues/291 Also could be check the requeue...
Some of our components are Java based, and their variable are use ${} as the variable just like below. ``` ${LOG_PATTERN} ``` When I create a fluxv2 gitrepository and kustomization...
Question: When I use code-generator try to generate the clienset, informer and lister, it does not tell me any issue, but when I check the generate folder, it only have...
background: pull request always fail at pod pending as below so need to waiting pod ready and continue the rest logic. for the `TestTopologySpreadConstraint` i adjust the timeout, for the...
We have two files in the cluster, as below, They are store in the same folder but with different files for manual error. Then we found, flux don't have any...
If only create helmrepository and helmchart, and the helmchart is use different namespace with helmrepository, then helmchart will create fail, so add UT for this part
## Description could we add github repo and use our own template instead of default template? also could we setup the repo as internal options? ## Describe the Proposal A...
边缘驱动触发VS水平驱动触发章节 应该翻译如下: 1. 事件驱动触发 事件Add/ Modify/ Delete 驱动触发程序 2. 时间驱动触发 定期轮询触发程序