Skip to content

Commit

Permalink
fix typo in logback configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskoo authored Nov 29, 2024
1 parent 2113990 commit 01019c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-logback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This example shows how to use a custom Logback XML configuration with GraphDB's
1. Customize [configmap-logback.yaml](configmap-logback.yaml) according to your needs and apply:

```bash
kubecttl apply -f configmap-logback.yaml
kubectl apply -f configmap-logback.yaml
```

2. Configure the Helm chart to use the custom ConfigMap in [values.yaml](values.yaml)
Expand Down

0 comments on commit 01019c5

Please sign in to comment.