Files
kubevela/pkg/addon/testdata/test-notes/NOTES.cue
2022-12-16 18:07:27 +08:00

14 lines
197 B
CUE

info: string
if !context.installer.upgrade {
info: "first installation!"
}
if context.installer.upgrade {
info: "upgrade!"
}
notes: "Thank you for your " + """
\(info)
Please refer to URL.
"""