Commit 20c3a842 authored by Patrick Reilly's avatar Patrick Reilly

Update simple-yaml.md

Fix small typo.
parent 496be63c
## Getting started with config files. ## Getting started with config files.
In addition to the imperative style commands described [elsewhere](simple-nginx.md), Kubernetes In addition to the imperative style commands described [elsewhere](simple-nginx.md), Kubernetes
supports declarative YAML or JSON configuration files. Often times config files are prefereable supports declarative YAML or JSON configuration files. Often times config files are preferable
to imperative commands, since they can be checked into version control and changes to the files to imperative commands, since they can be checked into version control and changes to the files
can be code reviewed, producing a more robust, reliable and archival system. can be code reviewed, producing a more robust, reliable and archival system.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment