How to add a S3 snapshot repository via values.yaml? #859
Replies: 2 comments
-
Hi @mame-leadec. Your values.yaml looks correct. Also, are you using at least version 2.6.0 of the operator? There were some changes in the handling of snapshot repos in that version. |
Beta Was this translation helpful? Give feedback.
-
Hi @swoehrl-mw Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Hello,
i want to add a S3 snapshot repo via helm chart values. The S3 storage is MinIO pod which resides in the same namespace as the OpenSearchCluster. The bucket "default-bucket" is already configured/created.
My values.yaml look like this:
When the OpenSearch Cluster is up and running no snapshot repository is configured. Am i missing something?
If i try later via REST API i can configure the snapshot repository and use it.:
So it seems the config parameter like bucket name and URL are correct.
Beta Was this translation helpful? Give feedback.
All reactions