Skip to content

Commit 6b4b72e

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-41: Update invalid var name
1 parent e435f35 commit 6b4b72e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* [Configuration](configuration/helm-charts/configuration.md)
3434
* [Resource limits](configuration/helm-charts/resource-limits.md)
3535
* [Misc configuration properties](configuration/misc-configuration-properties.md)
36-
* [Permissions](configuration/permissions/README.md)
36+
* [Required Kafka Permissions](configuration/permissions/README.md)
3737
* [Required Kafka ACLs](configuration/configuration/required-acls.md)
3838
* [MSK (+Serverless) Setup](configuration/permissions/msk-+serverless-setup.md)
3939
* [Complex configuration examples](configuration/configuration/complex-configuration-examples/README.md)

configuration/configuration-file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
environment:
2929
KAFKA_CLUSTERS_0_NAME: local
3030
# other properties, omitted
31-
spring.config.additional-location: /config.yml
31+
SPRING_CONFIG_ADDITIONAL-LOCATION: /config.yml
3232
volumes:
3333
- /tmp/config.yml:/config.yml
3434
```

configuration/rbac-role-based-access-control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
environment:
2727
KAFKA_CLUSTERS_0_NAME: local
2828
# other properties, omitted
29-
spring.config.additional-location: /roles.yml
29+
SPRING_CONFIG_ADDITIONAL-LOCATION: /roles.yml
3030
volumes:
3131
- /tmp/roles.yml:/roles.yml
3232
```

0 commit comments

Comments
 (0)