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
It would be for flexible to have enable conditions for runtime_configs
Specifically, we have a scenario that one of our tile have the same BOSH release with PAS 2.4+. Given that the version number are different, runtime configs will conflict between our tile with PAS. If there is a condition for runtime_configs, we can implement a switch to hide the runtime config that may cause the conflict.
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
If I understand correctly, you would like to change your runtime config based on which PAS version is deployed. Unfortunately, this is not possible in a tile.
It would be for flexible to have enable conditions for
runtime_configs
Specifically, we have a scenario that one of our tile have the same BOSH release with PAS 2.4+. Given that the version number are different, runtime configs will conflict between our tile with PAS. If there is a condition for
runtime_configs
, we can implement a switch to hide the runtime config that may cause the conflict.The text was updated successfully, but these errors were encountered: