Skip to content

Commit

Permalink
use wget instead of git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
derpsteb committed Oct 6, 2023
1 parent c374997 commit 07c2e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/workflows/s3proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ If you want to use s3proxy but these limitations stop you from doing so, please

## Deployment

- `git clone git@github.com:edgelesssys/constellation.git && cd constellation`
- Replace the values named `replaceme` in `s3proxy/deploy/deployment-s3proxy.yaml` with valid AWS credentials. These credentials are used by s3proxy to access your S3 buckets.
- `kubectl apply -f s3proxy/deploy/deployment-s3proxy.yaml`
- `wget https://raw.githubusercontent.com/edgelesssys/constellation/main/s3proxy/deploy/deployment-s3proxy.yaml`
- Replace the values named `replaceme` in `deployment-s3proxy.yaml` with valid AWS credentials. These credentials are used by s3proxy to access your S3 buckets.
- `kubectl apply -f deployment-s3proxy.yaml`

s3proxy is now deployed.
If you want to run a demo application you can checkout the [Deploy Filestash](https://github.com/edgelesssys/constellation/tree/main/s3proxy/deploy#deploying-filestash) instructions to deploy Filestash.

Check failure on line 29 in docs/docs/workflows/s3proxy.md

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Filestash'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Filestash'?", "location": {"path": "docs/docs/workflows/s3proxy.md", "range": {"start": {"line": 29, "column": 68}}}, "severity": "ERROR"}

Check failure on line 29 in docs/docs/workflows/s3proxy.md

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Filestash'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Filestash'?", "location": {"path": "docs/docs/workflows/s3proxy.md", "range": {"start": {"line": 29, "column": 193}}}, "severity": "ERROR"}
Expand Down

0 comments on commit 07c2e2b

Please sign in to comment.