Merge pull request #258 from rjackson90/patch-1

Small typo in config example snippet
This commit is contained in:
Sergiusz Urbaniak 2019-11-15 11:42:59 +01:00 committed by GitHub
commit 5afd30edcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ group-resource. For instance:
```yaml ```yaml
# the microservice label corresponds to the apps.deployment resource # the microservice label corresponds to the apps.deployment resource
resource: resources:
overrides: overrides:
microservice: {group: "apps", resource: "deployment"} microservice: {group: "apps", resource: "deployment"}
``` ```