Skip to content

Commit

Permalink
CH-32 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Sep 10, 2024
1 parent f334040 commit 06f99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment-configuration/helm/templates/auto-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:
app: {{ .app.harness.deployment.name | quote }}
{{ include "deploy_utils.labels" .root | indent 4 }}
spec:
type: {{-if .app.harness.database.expose }}LoadBalancer{{- else }}ClusterIP{{- end }}
type: {{ if .app.harness.database.expose }}LoadBalancer{{ else }}ClusterIP{{ end }}
selector:
app: {{ .app.harness.database.name | quote }}
ports:
Expand Down

0 comments on commit 06f99f1

Please sign in to comment.