Skip to content

Commit

Permalink
Merge pull request #334 from basedosdados/fix/dbt-deps
Browse files Browse the repository at this point in the history
fix: update pod startup args
  • Loading branch information
vncsna authored Oct 23, 2023
2 parents 4f64090 + b0dd514 commit a15a420
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,7 @@ spec:
- "-c"
args:
- "dbt deps;"
- "dbt-rpc"
- "serve"
- "--profiles-dir"
- "."
- "--profile"
- "default"
- "--target"
- "dev"
- "--host"
- "0.0.0.0"
- "--port"
- "8580"
"dbt-rpc serve --profiles-dir . --profile default --target dev --host 0.0.0.0 --port 8580"
volumes:
- name: credentials-dev
secret:
Expand Down Expand Up @@ -93,18 +82,7 @@ spec:
- "-c"
args:
- "dbt deps;"
- "dbt-rpc"
- "serve"
- "--profiles-dir"
- "."
- "--profile"
- "default"
- "--target"
- "prod"
- "--host"
- "0.0.0.0"
- "--port"
- "8580"
"dbt-rpc serve --profiles-dir . --profile default --target prod --host 0.0.0.0 --port 8580"
volumes:
- name: credentials-dev
secret:
Expand Down

0 comments on commit a15a420

Please sign in to comment.