Alex Collins
Alex Collins
@szuecs I've had Copilot move the composite provider to its own file and make the code easier to understand and revert the changes to existing comments.
@szuecs can I please bump this to the top of your inbox? I'm hoping to use this on a project that will soon be ready to ship, but cannot run...
@szuecs can I bump this please? For the moment, I'm going to release a fork of this.
Is this trying to address the same issue as https://github.com/argoproj/gitops-engine/pull/514 ?
My take is that if I were to rewrite Argo from scratch I’d use DAGs not waves in a heart beat. Attack the problem root and stem. It’s simply not...
I don't think you can use "and", you should use "&&".
The example workflow is invalid.
```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: my-wf- spec: entrypoint: main arguments: parameters: - name: XXX value: "true" - name: YYY value: "false" templates: - name: main inputs: parameters: -...
You're correct, `and` works. I learnt something. I get a different result to you.
Could you please re-state the problem?