Skip to content

Commit

Permalink
fix: scheduled workflow namespace environment variable (#39)
Browse files Browse the repository at this point in the history
* fix: scheduled workflow namespace environment variable
* bump rock version
  • Loading branch information
NohaIhab authored Oct 20, 2023
1 parent 29df90c commit d12a623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scheduledworkflow/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: scheduledworkflow
summary: Reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK
description: |
This component serves as the backend scheduled workflow of Kubeflow pipelines.
version: 2.0.0-alpha.7_22.04_1
version: 2.0.0-alpha.7_22.04_2
license: Apache-2.0
base: ubuntu:22.04
run-user: _daemon_
services:
controller:
override: replace
summary: "scheduled workflow controller service"
command: /bin/controller --logtostderr=true --namespace=${NAMESPACE}
command: bash -c '/bin/controller --logtostderr=true --namespace=${NAMESPACE}'
startup: enabled
environment:
NAMESPACE: "kubeflow"
NAMESPACE: ""
CRON_SCHEDULE_TIMEZONE: UTC
platforms:
amd64:
Expand Down

0 comments on commit d12a623

Please sign in to comment.