Skip to content

Commit

Permalink
fix: remove code that confuses jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 6, 2024
1 parent afaf555 commit 89eedc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# run: |
# VERSION=$(echo $GITHUB_REF | sed -e 's/refs\/tags\///g')
# echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Setup nginx
- name: Parse values
uses: cuchi/[email protected]
with:
template: deployment/values.yaml.j2
Expand Down
1 change: 0 additions & 1 deletion deployment/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ deployments:
enabled: true
# If `readinessProbe` has no `exec` field, then the following default will be used:
# exec:
# command: ["dagster", "api", "grpc-health-check", "-p", "{{ $deployment.port }}"]
periodSeconds: 20
timeoutSeconds: 10
successThreshold: 1
Expand Down

0 comments on commit 89eedc4

Please sign in to comment.