File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : waf-multihost
3
3
description : CloudGuard WAF Deployment for multiple hostnames
4
- version : 0.1.1
4
+ version : 0.1.2
5
5
appVersion : " 1.0"
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ spec:
76
76
- name : certs-volume
77
77
projected :
78
78
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 }}
You can’t perform that action at this time.
0 commit comments