Skip to content

Commit

Permalink
Quote port so it's not a number
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Feb 28, 2024
1 parent df53268 commit 34481d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/db-instances/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Database Instances for db operator
name: db-instances
version: 2.3.0
version: 2.3.1
2 changes: 1 addition & 1 deletion charts/db-instances/templates/dbinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ data:
{{- end }}
{{- if $value.generic }}
host: {{ $value.generic.host }}
port: {{ $value.generic.port }}
port: {{ $value.generic.port | quote }}
{{- if $value.generic.publicIp }}
publicIp: {{ $value.generic.publicIp }}
{{- end }}
Expand Down

0 comments on commit 34481d7

Please sign in to comment.