We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58c5ed9 + de83a74 commit 52436ccCopy full SHA for 52436cc
templates/config/manifests/bases/clusterserviceversion.yaml.tpl
@@ -25,13 +25,12 @@ spec:
25
displayName: {{.Kind}}
26
description: {{.Kind}} represents the state of an AWS {{$.ServiceID}} {{.Kind}} resource.
27
{{- end}}
28
- description: |
29
- {{ .Description }}
+ description: '{{ .Description }}'
30
displayName: {{ .DisplayName}}
31
icon:
32
{{- range .Icon}}
33
- - base64Data: {{ .Data }}
34
- medatype: {{ .MediaType }}
+ - base64data: {{ .Data }}
+ mediatype: {{ .MediaType }}
35
36
install:
37
spec:
0 commit comments