diff --git a/charts/ratify/templates/inline-key-management-provider.yaml b/charts/ratify/templates/inline-key-management-provider.yaml index 665ea0b75..0d46ae200 100644 --- a/charts/ratify/templates/inline-key-management-provider.yaml +++ b/charts/ratify/templates/inline-key-management-provider.yaml @@ -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 @@ -43,4 +43,5 @@ spec: parameters: contentType: key value: {{ $key | quote }} +--- {{- end }} \ No newline at end of file