Jianbo Sun
Jianbo Sun
Typo: subnet -> subset
1. normal apply without replication ``` piVersion: core.oam.dev/v1beta1 kind: Application metadata: name: first-vela-app2 spec: components: - name: redis type: helm properties: repoType: "helm" url: "https://charts.bitnami.com/bitnami" chart: "redis" version: "16.8.5" ```...
Anyone who needs this feature can comment about which kinds of trait you want to apply to helm componnet.
ref to #4744
Hi @fourierr Are you still working on this?
@FogDong Have this issue supported now?
https://github.com/oam-dev/spec/issues/461 ping @dhiguero , let's discuss here.
I need to add some details from my point of view. @FogDong There're actually two scenarios: 1. Application generated workflow as the real execution engine for Workflow. 2. Run Workflow...
> I think we should minimize the scope of WorkflowRun, if we want to orchestrate multiple workflows in one CR, the object should be like Pipeline or something else. I...
``` apiVersion: core.oam.dev/v1beta1 kind: WorkflowRun metadata: name: run-example namespace: default status: generatedFrom: my-app ... ``` Looks good to me, you will still keep the ownerRef as it's K8s mechanism. For...