Skip to content

Commit

Permalink
Merge pull request #157 from maykinmedia/fix/OF-integration
Browse files Browse the repository at this point in the history
🐛 Fix indentation in job
  • Loading branch information
sjoerdie authored Dec 18, 2024
2 parents 15bfca1 + 184bfc4 commit 82c2af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openforms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openforms
description: Snel en eenvoudig slimme formulieren bouwen en publiceren

type: application
version: 1.6.0-beta.2
version: 1.6.0-beta.3
appVersion: latest
icon: https://open-forms.readthedocs.io/en/stable/_static/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/openforms/templates/job-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
mountPath: /app/configuration/
readOnly: true
{{- if .Values.extraVolumeMounts }}
{{- include "openforms.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 16 }}
{{- include "openforms.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
volumes:
- name: media
Expand Down

0 comments on commit 82c2af8

Please sign in to comment.