Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regel committed Feb 14, 2022
1 parent d8fdbba commit c4d8016
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,21 @@ helm repo add https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-p
helm install csi-secrets-store-provider-azure/csi-secrets-store-provider-azure --generate-name --set secrets-store-csi-driver.syncSecret.enabled=true --namespace kube-system
```

Create a Kubernetes [secret](https://kubernetes.io/fr/docs/concepts/configuration/secret/) to secure internal Redis communication:

```
kubectl create secret generic redis-secret --from-literal=redis-username='cardano' --from-literal=redis-password='S!B\*d$zDsb'
```

Customize the options as needed, and install this Chart:

```
helm repo add cardano https://regel.github.io/cardano-charts
helm upgrade --install pool \
--namespace testnet \
--values cardano/values.yaml \
--set redis.auth.existingSecret=redis-secret \
--set vault.csi.enabled=false \
--set producer.enabled=false \
cardano/cardano
```

Expand Down

0 comments on commit c4d8016

Please sign in to comment.