File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
* [ Configuration] ( configuration/helm-charts/configuration.md )
34
34
* [ Resource limits] ( configuration/helm-charts/resource-limits.md )
35
35
* [ Misc configuration properties] ( configuration/misc-configuration-properties.md )
36
- * [ Permissions] ( configuration/permissions/README.md )
36
+ * [ Required Kafka Permissions] ( configuration/permissions/README.md )
37
37
* [ Required Kafka ACLs] ( configuration/configuration/required-acls.md )
38
38
* [ MSK (+Serverless) Setup] ( configuration/permissions/msk-+serverless-setup.md )
39
39
* [ Complex configuration examples] ( configuration/configuration/complex-configuration-examples/README.md )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
environment:
29
29
KAFKA_CLUSTERS_0_NAME: local
30
30
# other properties, omitted
31
- spring.config.additional-location : /config.yml
31
+ SPRING_CONFIG_ADDITIONAL-LOCATION : /config.yml
32
32
volumes:
33
33
- /tmp/config.yml:/config.yml
34
34
```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
environment:
27
27
KAFKA_CLUSTERS_0_NAME: local
28
28
# other properties, omitted
29
- spring.config.additional-location : /roles.yml
29
+ SPRING_CONFIG_ADDITIONAL-LOCATION : /roles.yml
30
30
volumes:
31
31
- /tmp/roles.yml:/roles.yml
32
32
```
You can’t perform that action at this time.
0 commit comments