Closed teyckmans closed 4 years ago
Build output now contains
> Task :deployLocaldevEnvironment FAILED
Error during execution of ingress.IngressExample.exampleIngress:
DslResourceEmitter.emit() not supported in this method.
Make sure you call DslResourceEmitter.emit() from within a method annotated with @EnvResources.
In @EnvResource methods you need to return the resource from the method.
Make the use of emit more strict and provide information on correct use.