Closed hm2thr33 closed 1 year ago
Describe the bug When the key store secret is configured and has entries in it, the shell script imports it incorrectly.
To Reproduce Steps to reproduce the behavior:
apiVersion: v1 kind: Secret metadata: name: keystore-secrets type: Opaque data: s3.client.default.access_key: foo s3.client.default.secret_key: bar
keystore: - secretName: keystore-secrets
Created opensearch keystore in /usr/share/opensearch/config/opensearch.keystore sh: line 6: file: unbound variable
Expected behavior No CrashLoop
Chart Name Opensearch
Screenshots N/A
Host/Environment (please complete the following information):
Additional context From my side any updates of value.yml files only pull of new version of helm chart https://github.com/opensearch-project/helm-charts/commit/4e4f82672f79704b38ae9063ea6c67655dd7a101
Temporary reverted my cluster configuration to OpenSearch Helm Chart version [2.13.1]
Closing this as the fix has been pushed through the PR https://github.com/opensearch-project/helm-charts/pull/445, thanks to @hobti01 and @uncycler.
Describe the bug When the key store secret is configured and has entries in it, the shell script imports it incorrectly.
To Reproduce Steps to reproduce the behavior:
Expected behavior No CrashLoop
Chart Name Opensearch
Screenshots N/A
Host/Environment (please complete the following information):
Additional context From my side any updates of value.yml files only pull of new version of helm chart https://github.com/opensearch-project/helm-charts/commit/4e4f82672f79704b38ae9063ea6c67655dd7a101
Temporary reverted my cluster configuration to OpenSearch Helm Chart version [2.13.1]