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.
2 parents 585cb7c + 4221551 commit 0d062caCopy full SHA for 0d062ca
charts/vaas/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: vaas
3
-version: 3.3.0-alpha.1
+version: 3.3.0-alpha.2
4
description: Deployment of a Verdict-as-a-Service on-premise instance
5
maintainers:
6
- name: G DATA CyberDefense AG
charts/vaas/templates/gateway-api/gateway.yaml
@@ -24,7 +24,7 @@ spec:
24
port: {{ $values.port }}
25
protocol: {{ $values.protocol }}
26
{{- if $values.hostname }}
27
- hostname: {{ $values.hostname }}
+ hostname: {{ $values.hostname | quote }}
28
{{- end }}
29
{{- if $values.tlsSecretName }}
30
tls:
0 commit comments