Skip to content

Commit

Permalink
fix: Only run the job if fileStore is enabled (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Feb 12, 2024
2 parents 95510be + d2c4ae4 commit 9b09492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/flowforge/templates/job-upgrade-db.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.forge.fileStore.context .Values.forge.localPostgresql -}}
{{- if and .Values.forge.fileStore.enabled .Values.forge.localPostgresql -}}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -52,4 +52,4 @@ spec:
- name: upgrade-script
configMap:
name: upgrade.sh
{{- end -}}
{{- end -}}

0 comments on commit 9b09492

Please sign in to comment.