bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9k stars 9.22k forks source link

[mariadb] <.Values.rauth.replicationPassword>: nil pointer evaluating interface {}.replicationPassword #3909

Closed acim closed 4 years ago

acim commented 4 years ago

Which chart:

mariadb 8.0.1

Describe the bug

There is typo in secrets.yaml and also logocal error related to replication password.

  Error: Failed to render chart: exit status 1: Error: template: mariadb/templates/secrets.yaml:35:97: executing "mariadb/templates/secrets.yaml" at <.Values.rauth.replicationPassword>: nil pointer evaluating interface {}.replicationPassword
  Use --debug flag to render out invalid YAML
  Error: plugin "diff" exited with error

To Reproduce Steps to reproduce the behavior:

  1. Just try to install

Expected behavior A clear and concise description of what you expected to happen.

Version of Helm and Kubernetes:

**(paste your output here)**
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2", GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean", BuildDate:"2020-09-16T13:41:02Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2", GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean", BuildDate:"2020-09-16T13:32:58Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}

Additional context Add any other context about the problem here.

andresbono commented 4 years ago

Thanks so much for your contribution! 🎉 The PR will be reviewed and merged soon.