Nitish Malhotra
Nitish Malhotra
> @nitishm, have you tried `./gradlew compile -PnativeCompile`? I haven't tried that yet. I used the `go get` instructions to compile it myself.
Thanks @rabbah I will try that !
1. **KinD** follow instructions provided [here](https://mauilion.dev/posts/kind-pvc/) 2. AKS support Future : other cloud providers GKE, EKS, ...
@jonathan-innis Can we close this as a "will not fix" ?
So, we do have an `env` variable for specifying the workflow namespace `WORKFLOW_NAMESPACE` being set through the `values.yaml` in the `deployment.yaml` ```yaml env: - name: WORKFLOW_NAMESPACE value: {{ .Release.Namespace }}...
Since `ApplicationGroup` is cluster-scoped do you want to just add a `targetNamespace` field to the `.spec`?
I suppose not. A previous version needed to be when we started out but not anymore.
@mahalrs will you be willing to take on this? This requires API changes. We can discuss this if you would like on slack The idea is to replace the static...
@jonathan-innis this would allow us to test any changes to the default workflow executor as well as any new executors without having to modify the orkestra controller source code.