Skip to content

Commit

Permalink
Fix typo in Connect external configuration example (strimzi#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj authored Feb 26, 2019
1 parent 1e9e2a8 commit 97ccb86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ spec:
- name: connector1
configMap:
name: connector1-configuration
- name: connector1-certificates
secret:
secretName: connector1-certificates
- name: connector1-certificates
secret:
secretName: connector1-certificates
----

The volumes will be mounted inside the Kafka Connect containers in the path `/opt/kafka/external-configuration/_<volume-name>_`.
Expand Down

0 comments on commit 97ccb86

Please sign in to comment.