opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

Allow ExtraObjects creation via structured data #464

Closed Nickmman closed 1 year ago

Nickmman commented 1 year ago

Description

Allow Extra Objects to be created via structured data, preventing unstructured errors

Issues Resolved

463

Check List

For any changes to files within Helm chart directories:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Nickmman commented 1 year ago

I'm having an issue with getting this to work properly when using not using .Values.securityConfig.config.data and using .Values.securityConfig.config.securityConfigSecret instead. Still working on getting it to play nicely.

Nickmman commented 1 year ago

I'm having an issue with getting this to work properly when using not using .Values.securityConfig.config.data and using .Values.securityConfig.config.securityConfigSecret instead. Still working on getting it to play nicely.

This has been resolved, turned out to be an error on my end.

Nickmman commented 1 year ago

I ended up going a different route and pulling out the logic for what this PR was opened. Closing.