Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acies312 authored Dec 27, 2023
1 parent fb97087 commit 902853f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions save-cloud-charts/save-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ api-gateway acts as an entrypoint and svc/gateway is actually a LoadBalancer.

For example, for minikube and dev profile run `kubectl --context=minikube --namespace=save-cloud create secret generic db-secrets --from_literal=spring.datasource.username=<...> <...>`
* **save-backend** and **save-demo** expects the following secrets to be set under the secret `s3-secrets` (`kubectl create secret generic s3-secrets <...>`)
* `s3-storage.bucketName`
* `s3-storage.credentials.accessKeyId`
* `s3-storage.credentials.secretAccessKey`
* `s3-storage.endpoint`
* `s3-storage.endpoint`
* `s3-storage.bucketName`
* `s3-storage.credentials.accessKeyId`
* `s3-storage.credentials.secretAccessKey`

These secrets are then mounted under the path specified as `S3_SECRETS_PATH` environment variable.

Expand Down Expand Up @@ -52,13 +52,6 @@ command line using `--set` flag.
minikube addons enable csi-hostpath-driver
```
* [optional] modify kube config file to use base64 encripted info about certs and keys instead of using path to cert file
Change this:
```yaml
certificate-authority: </path/to/file>
client-certificate: </path/to/file>
client-key: </path/to/file>
```
to this:
```yaml
certificate-authority-data: <base64 encoded cert>
client-certificate-data: <base64 encoded cert>
Expand Down

0 comments on commit 902853f

Please sign in to comment.