When specified the puppetServer.extraSecrets key in the values.yaml file, the secrets are not mounted as volumes and are not between environment variables
Expected Behavior
The secrets should be correctly mounted in the /var/run/secrets path, or to a custom path written in the path key of the secret in the values.yaml file
Steps to Reproduce
Steps to reproduce the behavior:
Populate the puppetServer.extraSecrets key in the values.yaml file
Install the chart
Environment
Version: 7.4.1
Additional Context
The problem is in the puppetserver-deployment-masters.yaml template file. The secrets are specified in the volumes section, but they're not specified in the volumeMounts section.
Describe the Bug
When specified the puppetServer.extraSecrets key in the values.yaml file, the secrets are not mounted as volumes and are not between environment variables
Expected Behavior
The secrets should be correctly mounted in the /var/run/secrets path, or to a custom path written in the path key of the secret in the values.yaml file
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
The problem is in the puppetserver-deployment-masters.yaml template file. The secrets are specified in the volumes section, but they're not specified in the volumeMounts section.