JaneLiuL
JaneLiuL
/assign i have a draft commit, will raise as soon as i can. very welcome for discussion and comments :)
@raffis I just upload the code can know what will be change for flux flux-precheck: https://github.com/JaneLiuL/flux-precheck/releases/tag/0.0.1 Welcome that you could use to know what will be change by flux, the...
> Why not do this in CI with Kubernetes Kind and `kustomize build . | kubectl apply -f- --dry-run=client`? @stefanprodan I think we can use kubectl apply --dry-run, but that...
I would like to take this issue. Please let me to have a try.
@stefanprodan Thanks for the reply, yes, I fully understand, I check the drone, but for the Java component, we do can not use postBuild now. Could it possible to change...
Now we can only use annotation to disable to replace for workaround. We have many variable like domainname, region and so on, and we have more than 10 labs, from...
Below is an example of one of the gitrepository: Tree A gitrepository: ``` |-- configs | |-- application.yml | `-- logback.xml |-- deployment.yaml |-- deployment_patch.yaml |-- kustomization.yaml `-- service.yaml ```...
Any update for this issue? I would like to enhance this issue~~
I check this already cover in the code, I think we can close this issue.
Weird errors when using tab characters in ConfigMap files and having variable substitution turned on
Yes. Kustomize-controller will replcae the variable begin with `$` or `${}`, if you don't want to be replace, you need to label wor annotatied with `kustomize.toolkit.fluxcd.io/substitute: disabled` .