runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Error message when deploying app with duplicate name refers to "AppInstance.internal.acorn.io"

Open sangee2004 opened this issue 1 year ago • 2 comments

acorn version - v0.8.0-rc4-29-g6a019fe7+6a019fe7

Steps to reproduce the problem:

  1. Deploy app with name - "test1"
  2. Deploy another app with the same name "test1"

Error message refers to "AppInstance.internal.acorn.io":

acorn run -n test1 sangeetha/myfirstacorn:v0.0.1
  ✗  ERROR:  AppInstance.internal.acorn.io "test1" already exists

Expected Behavior: Error should refer to apps.api.acorn.io instead.

sangee2004 avatar Aug 17 '23 20:08 sangee2004

looks like its fixed

Screenshot 2023-09-14 at 2 53 10 PM

sandeep540 avatar Sep 14 '23 09:09 sandeep540

@sandeep540 In this case we expect error message to referrance apps.api.acorn.io instead of AppInstance.internal.acorn.io

sangee2004 avatar Sep 15 '23 18:09 sangee2004