BCDevOps / backup-container

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

Incorrect documentation for section: "Example of a Postgres deployment" #112

Closed pankaj-cgi closed 10 months ago

pankaj-cgi commented 1 year ago

Documentation (https://github.com/BCDevOps/backup-container#example-deployments) suggests to run this command for generating an image:

oc -n 599f0a-tools process -f ./openshift/templates/backup/backup-build.json \ -p NAME=nrmsurveys-bkup OUTPUT_IMAGE_TAG=v1 | oc -n 599f0a-tools create -f -

But there is no file /openshift/templates/backup/backup-build.json in the code base.

WadeBarnes commented 1 year ago

The templates got converted to yaml. The file is here; https://github.com/BCDevOps/backup-container/blob/master/openshift/templates/backup/backup-build.yaml

WadeBarnes commented 1 year ago

Please feel free to submit a PR with updates to the documentation.