Skip to content

Commit

Permalink
fix: fix missing separator in helm template (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored May 13, 2024
1 parent 0897822 commit 2ee5904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/ratify/templates/inline-key-management-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
parameters:
contentType: certificate
value: {{ $cert | quote }}
{{- end }}
---
{{- end }}
{{- range $i, $key := .Values.cosignKeys }}
apiVersion: config.ratify.deislabs.io/v1beta1
kind: KeyManagementProvider
Expand All @@ -43,4 +43,5 @@ spec:
parameters:
contentType: key
value: {{ $key | quote }}
---
{{- end }}

0 comments on commit 2ee5904

Please sign in to comment.