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 May 22, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
This work has been completed in #384. Just need to monitor stage and prod deploys to make sure they deploy correctly. But for all intents and purposes, this issue can be closed unless we have a problem deploying to the other spaces.
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:
The text was updated successfully, but these errors were encountered: