Skip to content

Commit 5ca97e1

Browse files
ECK S3 wrong truststore name in example (#8185) (#8187)
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! (cherry picked from commit 79ceb6d) Co-authored-by: Leandro Carneiro <[email protected]>
1 parent 361ceb5 commit 5ca97e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/orchestrating-elastic-stack-applications/elasticsearch/snapshots.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ spec:
474474
volumes:
475475
- name: custom-truststore
476476
secret:
477-
secretName: additional-certs
477+
secretName: custom-truststore
478478
containers:
479479
- name: elasticsearch
480480
volumeMounts:

0 commit comments

Comments
 (0)