You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
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)
Test commands:
Result:
Only the mariadb service manifest is deployed. The replication controller manifest is not.
Details:
The above reference mariadb charts has the directory structure:
helm install -g mariadbdoes run the generator and install themariadb-rc.yamlmanifest, but helm only deploys themariadb-svc.yamlmanifest. The expected behaviour would be to deploy all the manifests.Workaround
Execute
helm generate mariadbbefore executinghelm install mariadb(without the-gargument)