We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334040 commit 06f99f1Copy full SHA for 06f99f1
1 file changed
deployment-configuration/helm/templates/auto-database.yaml
@@ -101,7 +101,7 @@ metadata:
101
app: {{ .app.harness.deployment.name | quote }}
102
{{ include "deploy_utils.labels" .root | indent 4 }}
103
spec:
104
- type: {{-if .app.harness.database.expose }}LoadBalancer{{- else }}ClusterIP{{- end }}
+ type: {{ if .app.harness.database.expose }}LoadBalancer{{ else }}ClusterIP{{ end }}
105
selector:
106
app: {{ .app.harness.database.name | quote }}
107
ports:
0 commit comments