Skip to content

Commit

Permalink
Added additional detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanperry1 committed Nov 29, 2023
1 parent 40344ed commit ac28eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/industrial-data-simulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker build ../.. -f Dockerfile -t makocr.azurecr.io/industrial-data-simulator:
kubectl apply -f manifest.yml
```

Industrial Data simulator runs as a pod within the desired cluster using the kubectl apply command with the provided manifest file (`./manifest.yml`). The configuration is passed as a config mapping in the kubernetes manifest, and can be altered to produce the desired simulation.
Industrial Data simulator runs as a pod within the desired cluster using the kubectl apply command with the provided manifest file (`./manifest.yml`). The configuration is passed as a config mapping in the kubernetes manifest, and can be altered to produce the desired simulation (see configmap at top of manifest file).

See the example YAML configuration below, with comments describing the various configurable fields.

Expand Down

0 comments on commit ac28eff

Please sign in to comment.