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

Multi-ServiceBindings for a single application #75

Merged
merged 1 commit into from
Oct 7, 2020

Commits on Oct 7, 2020

  1. Multi-ServiceBindings for a single application

    Better handle multiple ServiceBinding resources each targeting the same
    application resource. Depending on the order ServiceBindings are applied
    to the resource, the order of the resulting volumes, volume mounts and
    environment variables could differ. This difference could create churn
    on the API server for semantically equivalent resources. Now, we attempt
    to sort the entries injected into these lists for the ServiceBindings.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f026a05 View commit details
    Browse the repository at this point in the history