Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

helm install -g <chart> does not have the expected result #430

@sameersbn

Description

@sameersbn

Test commands:

helm repo add bitnami https://github.com/bitnami/charts
helm fetch bitnami/mariadb
helm install -g mariadb

Result:

Only the mariadb service manifest is deployed. The replication controller manifest is not.

Details:

The above reference mariadb charts has the directory structure:

mariadb/
├── Chart.yaml
├── manifests
│   └── mariadb-svc.yaml
├── README.md
└── tpl
    ├── mariadb-rc.yaml
    └── values.toml

helm install -g mariadb does run the generator and install the mariadb-rc.yaml manifest, but helm only deploys the mariadb-svc.yaml manifest. The expected behaviour would be to deploy all the manifests.

Workaround

Execute helm generate mariadb before executing helm install mariadb (without the -g argument)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions