manusa / helm-java

Helm client for Java
https://www.marcnuri.com
Apache License 2.0
14 stars 6 forks source link

Java Helm install with token #146

Closed vkanaparthy closed 1 month ago

vkanaparthy commented 1 month ago

I want to install opensearch helm chart from docker container. The docker container has aws access key and secret.

I can obtain a token from the approach here, https://github.com/aws/aws-sdk-java/issues/1795.

How do i pass the token to the Java Helm?

Appreciate any thoughts?

manusa commented 1 month ago

In general, the same way you'd pass the token to the Helm CLI tool.

vkanaparthy commented 1 month ago

Closing the issue. I am creating kubeconfig from eks cluster in docker container.