Skip to content

Commit

Permalink
#498 fix no database case in template
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Sep 22, 2022
1 parent 1a6e10b commit 3581f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
---
{{ end }}
{{- range $app := .Values.apps }}
{{- if $app.harness.database.auto }}
{{- if and $app.harness.database $app.harness.database.auto }}
{{ include "deploy_utils.database" (dict "root" $ "app" $app) }}
{{- end }}
{{- range $subapp := $app }}
Expand Down

0 comments on commit 3581f11

Please sign in to comment.