Skip to content

Commit

Permalink
fix: fix missing separator in helm template (ratify-project#1463)
Browse files Browse the repository at this point in the history
Signed-off-by: akashsinghal <[email protected]>
  • Loading branch information
binbin-li authored and akashsinghal committed Sep 13, 2024
1 parent 01ccbe5 commit 07975aa
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 07975aa

Please sign in to comment.