Darío Blanco Iturriaga

Results 7 comments of Darío Blanco Iturriaga

Hi guys, I am handling my gocd XML config using Saltstack and Jinja templates (Python), I have a fully working example and it really suits this project, as Saltstack's pillar...

Hi @tomzo I have experience with Jinja from my Flask/Django days, but not with its Java implementation. I would personally use a native Java solution if is available, I just...

About my example, I have created a gist: https://gist.github.com/darioblanco/f5d9840d91a875d92ac9b718ee128f6d The [YAML file](https://gist.github.com/darioblanco/f5d9840d91a875d92ac9b718ee128f6d#file-example-yaml) sadly doesn't match your reference. It can be adapted with strong Jinja changes though. For this project I...

+1 to ``` /* istanbul ignore function */ ``` It would be amazing. Or just an `/* istanbul ignore next */` that works. The workaround does not work for Vue...

I did create https://github.com/darioblanco/release-wizard a long time ago but it did not have much adoption. It actually adrdesses problems like this, has trunk based development support and even can run...

I think the problem resides in the `gitrepository` resource that `flux-system` creates. If you go to `gotok-sync.yaml`, you will see a resource like this ```yaml # This manifest was generated...

I stumbled upon this post as I had the same use case and I have pushed the multi-app approach to https://github.com/darioblanco/gitops It might help somebody who wants to achieve the...