Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiller.install_release issues #94

Open
RSkavuri opened this issue Dec 29, 2020 · 0 comments
Open

tiller.install_release issues #94

RSkavuri opened this issue Dec 29, 2020 · 0 comments

Comments

@RSkavuri
Copy link

Hi All,

I am trying to use tiller.install_release to automate helm install charts. but somehow chart shows deployed. but there are no deployments available. my test app deployment is having one pod and two container inside that pod. below is the code i am using.

src = "/opt/testapp"
chart = ChartBuilder({'name': 'testApp', 'source': {'type': 'directory', 'location': src}})
tiller.install_release( chart.get_helm_chart(),
dry_run=False,
namespace='default',
name='testApp')

above code is only creating the namespace and config map service.
but the same chart location if i use with command line "helm install -n testApp /opt/testapp" deployment get successful and pod is deployed and running.

can you please help what is the issue here in my code, why "tiller.install_release" is not working as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant