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

🔧 Add .global.extraEnvironmentVars to Helm #1

Closed
wants to merge 1 commit into from

Conversation

twink0r
Copy link

@twink0r twink0r commented Jun 1, 2022

Hi folks!

for some cases, it is useful to add Environment Variables to the Pod e.g. to allow the communication to Vault with self-signed certificates (VAULT_SKIP_VERIFY: true)

How-to Use:

global:
  gateway:
    enabled: "true"
    service:
      type: LoadBalancer

  secret:
    token: token

  extraEnvironmentVars:
    VAULT_SKIP_VERIFY: "true"

configMap:
  SDM_RELAY_LOG_FORMAT: "json"
  SDM_ORCHESTRATOR_PROBES: 9090

@turner-strongdm
Copy link
Contributor

Hi @twink0r I have updated the charts to have these changes. Appreciate the suggestions. Since we manage internally we don't use external pull requests, but hopefully this accommodates your suggestions.

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.

None yet

2 participants