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 61ad32a commit fb97087
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions save-cloud-charts/save-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ command line using `--set` flag.
```bash
minikube addons enable csi-hostpath-driver
```
This StorageClass must be provided in values e.g:
```yaml
storage:
storageClassName: csi-hostpath-driver
size: 24Gi
annotations:
everest.io/disk-volume-type: SAS
volume.beta.kubernetes.io/storage-provisioner: hostpath.csi.k8s.io
reposStorage:
storageClassName: csi-hostpath-driver
annotations:
everest.io/disk-volume-type: SAS
volume.beta.kubernetes.io/storage-provisioner: hostpath.csi.k8s.io
```
* [optional] modify kube config file to use base64 encripted info about certs and keys instead of using path to cert file
Change this:
```yaml
Expand All @@ -78,10 +64,6 @@ command line using `--set` flag.
client-certificate-data: <base64 encoded cert>
client-key-data: <base64 encoded cert>
```
you can convert it via base64 util
```bash
cat </path/to/cert> | base64
```
* Environment should be prepared:
```bash
minikube ssh
Expand Down

0 comments on commit fb97087

Please sign in to comment.