-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Does helm operator deploy subcharts? #3522
Comments
@ahtohio In general the answer should be yes, the helm operator supports deploying subcharts. Are you seeing any interesting messages in the operator logs? |
@joelanford Untar-ing didn't help. In logs the only interesting thing I see is This was not a long after applying my custom resource. But after there were no problems - But I think it's not related to my issue. I'll try to make simple project/simplify my own to find out things. |
And just as a sanity test, can you also run The Helm operator is using helm's library code to load the chart, so I would think the behavior of helm operator and |
@joelanford Yep, you were right. It's embarrassing - I added 'charts' folder to my .helmignore. |
Type of question
Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?
Question
What did you do?
Created helm operator based on helm chart with two subcharts as dependencies. Subcharts are in the 'charts' folder in .tgz format. They are present in corresponding docker image.
What did you expect to see?
Helm operator deploys my chart along with two subcharts in one release
What did you see instead? Under which circumstances?
Helm operator deploys only my chart without subcharts
Environment
operator-sdk version:
operator-sdk version: "v0.19.0", commit: "8e28aca60994c5cb1aec0251b85f0116cc4c9427", kubernetes version: "v1.18.2", go version: "go1.13.10 linux/amd64"
Kubernetes version information:
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-20T12:52:00Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-15T16:51:04Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Kubernetes cluster kind: simple one node cluster, created with kubeadm
The text was updated successfully, but these errors were encountered: