Skip to content

Commit

Permalink
document config inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
kraashen committed Nov 20, 2024
1 parent de5847f commit 0f87503
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions keydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,12 @@ existingSecret: keydb-password
existingSecretPasswordKey: password-key-in-secret-file
```
It is important to use only one way of providing passwords: via plain text under values.yaml or using already existing secret.
## Inspecting runtime config
You can inspect the runtime configuration of a running KeyDB pod by running the following command:
```bash
kubectl get pods
kubectl exec -it keydb-<id> -- keydb-cli config get "*"
```

0 comments on commit 0f87503

Please sign in to comment.