Skip to content

Commit

Permalink
Merge pull request #26 from pluralsh/fix-bootloader-job-template
Browse files Browse the repository at this point in the history
fix bootloader job template
  • Loading branch information
zreigz authored Oct 15, 2024
2 parents 4a1a59f + 30ee517 commit 46de3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/airbyte-bootloader/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.40.42"
version: "0.40.43"


# This is the version number of the application being deployed. This version number should be
Expand Down
5 changes: 3 additions & 2 deletions charts/airbyte-bootloader/templates/job.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: batch/v1
kind: Job
metadata:
name: airbyte-bootloader-{{ include "bootloader.imageTag" . | sha256sum | trunc 8 }}
Expand Down Expand Up @@ -99,7 +99,8 @@ spec:
{{- end }}

{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 8 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- end }}
{{- if .Values.extraVolumeMounts }}
volumeMounts:
Expand Down

0 comments on commit 46de3ff

Please sign in to comment.