runtime
runtime copied to clipboard
Error message when deploying app with duplicate name refers to "AppInstance.internal.acorn.io"
acorn version - v0.8.0-rc4-29-g6a019fe7+6a019fe7
Steps to reproduce the problem:
- Deploy app with name - "test1"
- 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.
looks like its fixed
@sandeep540 In this case we expect error message to referrance apps.api.acorn.io
instead of AppInstance.internal.acorn.io