Skip to content

Commit

Permalink
Fixed typo in docs/source/deploy_groups.rst
Browse files Browse the repository at this point in the history
Fixed a small typo in docs/source/deploy_groups.rst where the example
code used deploy_groups instead of deploy_group.
  • Loading branch information
drolando committed Feb 10, 2016
1 parent 0bb41e5 commit 29b7dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deploy_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Now let’s take a look at how instances are linked to a deploy group by taking
cpus: 1
mem: 300
instances: 3
deploy_groups: dev-stage.everything
deploy_group: dev-stage.everything

This is repeated for each ``marathon-*.yaml`` and ``chronos-*.yaml`` file. In example_service, we create three different files - ``marathon-PROD.yaml``, ``marathon-STAGE.yaml`` and ``marathon-DEV.yaml`` and use symlinks to create the files we need. This is similar to the current ``marathon-SHARED.yaml`` file. Feel free to look at example_service in ``yelpsoa_configs`` for an example on how to use deploy groups.

Expand Down

0 comments on commit 29b7dd2

Please sign in to comment.