Skip to content

Commit

Permalink
add a base dagster values to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Nov 4, 2024
1 parent 790d07a commit c71b11e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pipelines/magasin-primero/magasin-primero-dagster-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dagster-user-deployments:
enabled: true
deployments:
- name: "dpga-pipeline-k8s"
image:
# change this with the image you want to deploy
repository: "merlos/magasin-primero-pipeline"
tag: latest
pullPolicy: Always
dagsterApiGrpcArgs:
- "--package-name"
- "magasin_primero"
port: 3030
envSecrets:
- name: magasin-primero-secret
includeConfigInLaunchedRuns:
enabled: true

0 comments on commit c71b11e

Please sign in to comment.