Skip to content

Commit

Permalink
Merge pull request #147 from Ontotext-AD/typo-in-logback-example
Browse files Browse the repository at this point in the history
fix typo in logback configuration example
  • Loading branch information
mihailradkov authored Nov 30, 2024
2 parents 2113990 + 01019c5 commit 7099ff9
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 7099ff9

Please sign in to comment.