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

quota format is "warn" not "warning" #66

Merged
merged 1 commit into from Jul 6, 2016
Merged

Conversation

spiegela
Copy link
Collaborator

@spiegela spiegela commented Jul 6, 2016

The default application.yml had an incorrect entry in the plans for the quota definition. The quota format was:

  quota:
    limit:  5
    warning: 4

It should have been:

  quota:
    limit: 5
    warn: 4

This closes #65

@spiegela spiegela merged commit d25b958 into master Jul 6, 2016
@rogalv rogalv deleted the ecs-cf-service-broker-65 branch September 8, 2020 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create bucket with quota
1 participant