From 902853f12c96a7817e24113f1bd21763d882f905 Mon Sep 17 00:00:00 2001 From: acies312 <47986068+acies312@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:25:19 +0300 Subject: [PATCH] Update README.md --- save-cloud-charts/save-cloud/README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/save-cloud-charts/save-cloud/README.md b/save-cloud-charts/save-cloud/README.md index c6d7236629..0dc0a52bb4 100644 --- a/save-cloud-charts/save-cloud/README.md +++ b/save-cloud-charts/save-cloud/README.md @@ -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. @@ -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: - client-certificate: - client-key: - ``` - to this: ```yaml certificate-authority-data: client-certificate-data: