BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
39 stars 56 forks source link

Update 'Example Deployments' section of README #119

Closed hannah-macdonald1 closed 8 months ago

hannah-macdonald1 commented 8 months ago

This PR updates the 'Example Deployments' section of the README with the following changes:

  1. Changing commands to use .yaml templates instead of the previous .json which no longer exists
  2. Adding to the delete commands for cleanup so that everything is actually removed for a fresh start
  3. Fixing the configmap create command in the Postgres example to point to the correct folder
  4. Minor formatting and spelling mistake fixes

This PR resolves #112