-
Notifications
You must be signed in to change notification settings - Fork 73
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
Support multi-app manifests #1661
Comments
gcapizzi
added a commit
that referenced
this issue
Jan 27, 2023
Also adjust behaviour to create the web process when applying an manifest or creating an app via the POST /v3/apps endpoint. Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
gcapizzi
added a commit
that referenced
this issue
Jan 27, 2023
Also adjust behaviour to create the web process when applying an manifest or creating an app via the POST /v3/apps endpoint. Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
gcapizzi
added a commit
that referenced
this issue
Jan 27, 2023
And fix the behaviour of creating a web process during manifest application or app creation to match cf on VMs Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
gcapizzi
added a commit
that referenced
this issue
Jan 27, 2023
And fix the behaviour of creating a web process during manifest application or app creation to match cf on VMs Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
kieron-dev
pushed a commit
that referenced
this issue
Jan 30, 2023
And fix the behaviour of creating a web process during manifest application or app creation to match cf on VMs Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
georgethebeatle
pushed a commit
that referenced
this issue
Jan 31, 2023
And fix the behaviour of creating a web process during manifest application or app creation to match cf on VMs Issue: #1661 Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current manifest action only considers the first application when applying
the manifest. There is even a
validation
that returns an error if the manifest contains more than one application.
On CF on VMs multiple app mnifests work OK. We should therefore remove this
validation and change the manifest action to process all the applications in
the manifest.
The text was updated successfully, but these errors were encountered: