Skip to content

Commit 34481d7

Browse files
committed
Quote port so it's not a number
1 parent df53268 commit 34481d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/db-instances/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: Database Instances for db operator
44
name: db-instances
5-
version: 2.3.0
5+
version: 2.3.1

charts/db-instances/templates/dbinstance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ data:
102102
{{- end }}
103103
{{- if $value.generic }}
104104
host: {{ $value.generic.host }}
105-
port: {{ $value.generic.port }}
105+
port: {{ $value.generic.port | quote }}
106106
{{- if $value.generic.publicIp }}
107107
publicIp: {{ $value.generic.publicIp }}
108108
{{- end }}

0 commit comments

Comments
 (0)