Skip to content

Commit

Permalink
ECK S3 wrong truststore name in example (#8185)
Browse files Browse the repository at this point in the history
Hello team!

I received customer feedback about this, and among other things that I'm adding as an issue to the documentation team, they mentioned this. 

In step 4, the secret name is created as `custom-truststore` but in the sample manifest, it says `additional-certs`.

I hope this fix can be merged soon! Thanks!
  • Loading branch information
leandrocarneiro01 authored Nov 11, 2024
1 parent 31861ea commit 79ceb6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ spec:
volumes:
- name: custom-truststore
secret:
secretName: additional-certs
secretName: custom-truststore
containers:
- name: elasticsearch
volumeMounts:
Expand Down

0 comments on commit 79ceb6d

Please sign in to comment.