Skip to content

Commit 70525f1

Browse files
iQQBotroboquat
authored andcommitted
fix helm chart syntax error
1 parent 5d62ed7 commit 70525f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chart/templates/ws-proxy-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ spec:
5252
secret:
5353
secretName: {{ $.Values.certificatesSecret.secretName }}
5454
{{- end }}
55-
{{- if $.comp.hostKeySecretName }}
55+
{{- if $comp.hostKeySecretName }}
5656
- name: host-key
5757
secret:
58-
secretName: {{ $.comp.hostKeySecretName }}
58+
secretName: {{ $comp.hostKeySecretName }}
5959
{{- end }}
6060
enableServiceLinks: false
6161
containers:
@@ -90,7 +90,7 @@ spec:
9090
- name: config-certificates
9191
mountPath: "/mnt/certificates"
9292
{{- end }}
93-
{{- if $.comp.hostKeySecretName }}
93+
{{- if $comp.hostKeySecretName }}
9494
- name: host-key
9595
mountPath: "/mnt/host-key"
9696
{{- end }}

0 commit comments

Comments
 (0)