scheduledworkflow rock: Substitution of environment variable NAMESPACE
is incorect
#38
Labels
bug
Something isn't working
NAMESPACE
is incorect
#38
As seen in issue canonical/kfp-operators#352, specifically the comment: canonical/kfp-operators#352 (comment)
In the
scheduledworkflow
rock used inkfp-schedwf
charm, the substitution of the environment variableNAMESPACE
never happens. The command is:pipelines-rocks/scheduledworkflow/rockcraft.yaml
Line 13 in 29df90c
we can see that the substitution doesn't happen from the logs:
the namespace was passed as
${NAMESPACE}
, this needs to be fixed in the rock.and the namespace is hardcoded to
kubeflow
:pipelines-rocks/scheduledworkflow/rockcraft.yaml
Line 16 in 29df90c
this is an issue because then scheduled workflows in other namespaces will not run.
we should align with the configuration in upstream.
The text was updated successfully, but these errors were encountered: