Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppetserver extraSecrets not mounted in the puppetServer pod #166

Open
tommaso-fougier-primeur opened this issue Mar 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tommaso-fougier-primeur

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:

  1. Populate the puppetServer.extraSecrets key in the values.yaml file
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant