Skip to content

Commit 0d062ca

Browse files
authored
Merge pull request #127 from GDATASoftwareAG/gateway-api-support
Use quotes for Gateway hostname
2 parents 585cb7c + 4221551 commit 0d062ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/vaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: vaas
3-
version: 3.3.0-alpha.1
3+
version: 3.3.0-alpha.2
44
description: Deployment of a Verdict-as-a-Service on-premise instance
55
maintainers:
66
- name: G DATA CyberDefense AG

charts/vaas/templates/gateway-api/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
port: {{ $values.port }}
2525
protocol: {{ $values.protocol }}
2626
{{- if $values.hostname }}
27-
hostname: {{ $values.hostname }}
27+
hostname: {{ $values.hostname | quote }}
2828
{{- end }}
2929
{{- if $values.tlsSecretName }}
3030
tls:

0 commit comments

Comments
 (0)