Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] "Application is duplicated" when environment search path contains trailing slash #101

Closed
Zebradil opened this issue Sep 21, 2023 · 0 comments · Fixed by #108
Closed
Labels
bug Something isn't working

Comments

@Zebradil
Copy link
Member

myks render envs/mykso/dev/

Results in

2:38PM ERR [mykso-dev > init] Duplicated application app_name=argocd
2:38PM ERR [mykso-dev > init] Duplicated application app_name=httpbingo-1
2:38PM ERR [mykso-dev > init] Duplicated application app_name=httpbingo-2

despite:

#@data/values
---
environment:
  id: mykso-dev
  applications:
    - proto: argocd
    - proto: httpbingo
      name: httpbingo-1
    - proto: httpbingo
      name: httpbingo-2
@Zebradil Zebradil added the bug Something isn't working label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant