Skip to content

Commit 6ec9d32

Browse files
committed
fix case and spelling of icon-related keys
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 58c5ed9 commit 6ec9d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ spec:
3030
displayName: {{ .DisplayName}}
3131
icon:
3232
{{- range .Icon}}
33-
- base64Data: {{ .Data }}
34-
medatype: {{ .MediaType }}
33+
- base64data: {{ .Data }}
34+
mediatype: {{ .MediaType }}
3535
{{- end}}
3636
install:
3737
spec:

0 commit comments

Comments
 (0)