Skip to content

Commit

Permalink
update substreams-sin-sql-backfill
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Jul 26, 2024
1 parent 48692da commit 6537a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/substreams-sink-sql-backfill/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.3
version: 0.0.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 6 additions & 3 deletions charts/substreams-sink-sql-backfill/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ spec:
- {{ . | quote }}
{{- end }}
{{- end }}
envFrom:
- configMapRef:
name: env-{{ $.Release.Name }}
env:
- name: SINK_SQL_RUN_CURSOR_TABLE
value: backprocess_{{ $currentBlock }}
- name: DSN
valueFrom:
secretKeyRef:
key: {{ $values.dsn.key }}
name: {{ $values.dsn.secretName }}
envFrom:
- configMapRef:
name: env-{{ $.Release.Name }}
restartPolicy: OnFailure
imagePullSecrets:
- name: {{ $values.imagePullSecret }}
Expand Down

0 comments on commit 6537a69

Please sign in to comment.