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

Feature: Allow getting secret data from existing Kubernetes Secrets #6

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jessebot
Copy link

@jessebot jessebot commented Nov 10, 2024

This allows users to use an existing Kubernetes Secret for both the admin user (currently not used in the StatefulSet), the API Key Origins, and API Key Secret. Here are the new values.yaml values:

adminUser:
  existingSecret: "" # use an existing secret for admin user
  # key in existing secret
  secretKeys:
    name: "name"
    auth: "auth"
    password: "password"

appSettings:    
  existingSecret: "" # use an existing secret for api key origin and secret
  # keys in existing secret
  secretKeys:
    apiKeyorigin: ""
    apiKeysecret: "secret"

This would help with keeping plain text passwords outside of the values.yaml and instead have them fetched from Kubernetes Secrets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants