Skip to content

Commit

Permalink
fix URLs used in debug container examples (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubismod authored Aug 29, 2024
1 parent cbfa8f4 commit 53f9eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug-container-fedramp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Both templates support several parameters; please see the templates for details.
## Postgres Example

```bash
$ oc process --local -p POSTGRES_DB_SECRET_NAME=SECRET_NAME -f https://raw.githubusercontent.com/app-sre/container-images/debug-container-fedramp/master/openshift.yml | oc apply -f -
$ oc process --local -p POSTGRES_DB_SECRET_NAME=SECRET_NAME -f https://raw.githubusercontent.com/app-sre/container-images/master/debug-container-fedramp/openshift.yml | oc apply -f -
$ oc rsh <pod>
$ psql -h <FQDN-of-db> -U postgres -d postgres -W
pqsl>
Expand All @@ -27,7 +27,7 @@ pqsl>
## Redis Example

```bash
$ oc process --local -p REDIS_SECRET_NAME=SECRET_NAME -f https://raw.githubusercontent.com/app-sre/container-images/debug-container-fedramp/master/openshift.yml | oc apply -f -
$ oc process --local -p REDIS_SECRET_NAME=SECRET_NAME -f https://raw.githubusercontent.com/app-sre/container-images/master/debug-container-fedramp/openshift.yml | oc apply -f -
$ oc rsh <pod>
$ redis-cli -h $REDISCLI_HOST -p $REDISCLI_PORT --tls
redis>
Expand Down

0 comments on commit 53f9eb8

Please sign in to comment.