Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect placeholder value for kafkaSecrets, adding few more examples for volumes related values #1712

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dergyitheron
Copy link
Contributor

Default value of kafkaSecret does not reflect how the value is handled in secret.yaml#L15 template - it should be an object not an array. Another possible solution would be to change the template but I find it to be more invasive while my change is mostly documentation.

Example:

Parsed incorrectly:

kafkaSecrets:
  - truststore.jks: MIIIE...

Parsed correctly:

kafkaSecrets:
  truststore.jks: MIIIE...

I have also included few more examples of how to define the aforementioned keystore/truststore and how to mount them.

Thank you for the work on AKHQ project, it's amazing!

@tchiotludo tchiotludo merged commit d46c96b into tchiotludo:dev Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants