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

Update cloud.gov manifest setup in CMS #1809

Closed
2 tasks
Tracked by #113
ccostino opened this issue Feb 20, 2018 · 2 comments
Closed
2 tasks
Tracked by #113

Update cloud.gov manifest setup in CMS #1809

ccostino opened this issue Feb 20, 2018 · 2 comments
Assignees
Milestone

Comments

@ccostino
Copy link
Contributor

Manifest inheritance has been deprecated in Cloud Foundry in favor of another type of setup using something called a YAML anchor.

Instead of inheriting manifest files from each other, you declare a defaults section in your manifest file that other sections then reference. Unfortunately what this means for us is increased duplication since we have separate manifests for each space, but we want to make sure this is accounted for before the manifest inheritance is just shut off completely on us (this change happened about a year ago).

To update the API we'll have to do the following:

  • Copy everything in the base manifest file to their respective manifest files for each space
  • Make sure each manifest file for each space still works as expected
@AmyKort
Copy link

AmyKort commented Mar 15, 2018

@patphongs

@AmyKort
Copy link

AmyKort commented Mar 20, 2018

Merged, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants