Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 12, 2024
1 parent dbee672 commit fa30c82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openshift/s3-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ oc -n e1e498-tools process -f build.yaml | oc -n e1e498-tools apply -f -
### Apply template using a specified branch and version

```bash
oc -n e1e498-tools -p VERSION=some-date -p GIT_BRANCH=my-branch process -f build.yaml | oc -n e1e498-tools apply -f -
oc -n e1e498-tools process -p VERSION=some-date -p GIT_BRANCH=my-branch process -f build.yaml | oc -n e1e498-tools apply -f -
```

### Kick off the build

```bash
oc -n e1e498-tools start-build s3-backup --follow
```

### Re-tag for production
Expand Down

0 comments on commit fa30c82

Please sign in to comment.