Results 5 comments of campidelli-wcq

Same thing here, almost 7 years after 😆

Thanks @smlx , I have read this, and I tried something like this (by the way, I am using tilt here) ```` load('ext://helm_resource', 'helm_resource', 'helm_repo') helm_repo( 'opensearch-charts', 'https://opensearch-project.github.io/helm-charts/', labels=['2-SUPPORT'] )...

I changed the approach to use a `values.yaml` file. I think I am getting there. ```` singleNode: true sysctlInit: enabled: true config: opensearch.yml: | plugins: security: ssl: transport: pemcert_filepath: esnode.pem...

And I am trying to use the other chart (`opensearch-dashboards`) with this configuration: ```` config: opensearch_dashboards.yml: | opensearch: hosts: ["http://opensearch-cluster-master:9200"] username: admin password: admin ssl: verificationMode: none server: ssl: enabled:...

I am facing the same issue, I want to disable HTTPS and keep the authentication (I am using this chart for local development and local testing). I can't find that...