Skip to content

Commit 52436cc

Browse files
authored
Merge pull request #50 from komish/fix-icon-keys
Fix case and spelling of CSV icon-related keys and adjust description template var for a cleaner olmconfig
2 parents 58c5ed9 + de83a74 commit 52436cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/config/manifests/bases/clusterserviceversion.yaml.tpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ spec:
2525
displayName: {{.Kind}}
2626
description: {{.Kind}} represents the state of an AWS {{$.ServiceID}} {{.Kind}} resource.
2727
{{- end}}
28-
description: |
29-
{{ .Description }}
28+
description: '{{ .Description }}'
3029
displayName: {{ .DisplayName}}
3130
icon:
3231
{{- range .Icon}}
33-
- base64Data: {{ .Data }}
34-
medatype: {{ .MediaType }}
32+
- base64data: {{ .Data }}
33+
mediatype: {{ .MediaType }}
3534
{{- end}}
3635
install:
3736
spec:

0 commit comments

Comments
 (0)