github.com/oam-dev/kubevela@v1.9.11/pkg/addon/testdata/test-notes/NOTES.cue (about)

     1  info: string
     2  
     3  if !context.installer.upgrade {
     4  	info: "first installation!"
     5  }
     6  if context.installer.upgrade {
     7  	info: "upgrade!"
     8  }
     9  
    10  notes: "Thank you for your " + """
    11  \(info)
    12  Please refer to URL.
    13  """