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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: