Skip to content

Commit

Permalink
fix: volumeMounts for both internl and SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral committed Aug 21, 2024
1 parent 8604949 commit b35c781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/core/templates/registry-adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ spec:
subPath: {{ .Values.cve.adapter.internal.certificate.caFile }}
name: internal-cert
readOnly: true
{{- else if .Values.cve.adapter.certificate.secret }}
{{- end }}
{{- if .Values.cve.adapter.certificate.secret }}
- mountPath: /etc/neuvector/certs/ssl-cert.key
subPath: {{ .Values.cve.adapter.certificate.keyFile }}
name: cert
Expand Down

0 comments on commit b35c781

Please sign in to comment.