Skip to content

Commit d2f32e5

Browse files
committed
bug
1 parent 5263887 commit d2f32e5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/waf-multihost/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: waf-multihost
33
description: CloudGuard WAF Deployment for multiple hostnames
4-
version: 0.1.1
4+
version: 0.1.2
55
appVersion: "1.0"

charts/waf-multihost/templates/deployment.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ spec:
7676
- name: certs-volume
7777
projected:
7878
sources:
79-
{{- range $host := .Values.certificates.hosts }}
80-
- secret:
81-
name: {{ $.Release.Name }}-{{ $host.hostname | replace "." "-" }}-tls
82-
items:
83-
- key: tls.key
84-
path: {{ $host.hostname }}.key
85-
- key: tls.crt
86-
path: {{ $host.hostname }}.pem
87-
{{- end }}
79+
{{- range $host := .Values.certificates.hosts }}
80+
- secret:
81+
name: {{ $.Release.Name }}-{{ $host.hostname | replace "." "-" }}-tls
82+
items:
83+
- key: tls.key
84+
path: {{ $host.hostname }}.key
85+
- key: tls.crt
86+
path: {{ $host.hostname }}.pem
87+
{{- end }}

0 commit comments

Comments
 (0)