You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Describe the bug
After running the bootstrap command to create the two environments, dev and stage, with the taxi app already added to dev, I wanted to:
add the taxi app to a new environment called prod.
add the taxi app to the existing environment stage.
The goal being that in the dev console, I would have the app-taxi app in three environments.
I noticed that the error happens also if step 1 and 2 above were reversed.
Hi Kevin, the OS cluster has just been set up. My goal is to set up the taxi application to be in 3 environments. Is there a different set of kam command sequences that allows me to do this without error? (I couldn't figure that out, outside the description of the Day 2 operations, AFAIK). So, yes, I don't mind if the build of the application code is done in parallel initially. Note that I had to do some manual edits and copy and paste of the generated files to finally get the three environments to show properly in dev console and in ArgoCD.
This does not appear to be the same issue as #102
Describe the bug
After running the bootstrap command to create the two environments,
dev
andstage
, with the taxi app already added todev
, I wanted to:prod
.stage
.The goal being that in the dev console, I would have the app-taxi app in three environments.
I noticed that the error happens also if step 1 and 2 above were reversed.
The error is:
duplicate source http://github.com/keithchong/taxi.git: environments.prod.apps.app-taxi.services.taxi, environments.stage.apps.app-taxi.services.taxi
To Reproduce
See screenshot below that shows the steps
Expected behavior
I should be able to add the app to the environment with no issue or error.
Screenshots
Here is the output of the kam commands:
The text was updated successfully, but these errors were encountered: