Skip to content

Commit 06f99f1

Browse files
committed
CH-32 Fix
1 parent f334040 commit 06f99f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment-configuration/helm/templates/auto-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ metadata:
101101
app: {{ .app.harness.deployment.name | quote }}
102102
{{ include "deploy_utils.labels" .root | indent 4 }}
103103
spec:
104-
type: {{-if .app.harness.database.expose }}LoadBalancer{{- else }}ClusterIP{{- end }}
104+
type: {{ if .app.harness.database.expose }}LoadBalancer{{ else }}ClusterIP{{ end }}
105105
selector:
106106
app: {{ .app.harness.database.name | quote }}
107107
ports:

0 commit comments

Comments
 (0)