We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df53268 commit 34481d7Copy full SHA for 34481d7
charts/db-instances/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
2
appVersion: "1.0"
3
description: Database Instances for db operator
4
name: db-instances
5
-version: 2.3.0
+version: 2.3.1
charts/db-instances/templates/dbinstance.yaml
@@ -102,7 +102,7 @@ data:
102
{{- end }}
103
{{- if $value.generic }}
104
host: {{ $value.generic.host }}
105
- port: {{ $value.generic.port }}
+ port: {{ $value.generic.port | quote }}
106
{{- if $value.generic.publicIp }}
107
publicIp: {{ $value.generic.publicIp }}
108
0 commit comments