Skip to content

How to set up Google oauth through environment variables instead of config yaml #3434

Closed Answered by Narekmat
joaoluchetti asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @joaoluchetti.
Yes you can. There are two ways.

  1. You can create secret and specify that secret name in values.yaml "existingSecret: """ section.
  2. You can specify your vars in section envs.secret with key:value in values.yaml
    Here is an example.
envs:
  secret:
    TEST1_ENV: test1_value
    TEST2_ENV: test2_value

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@joaoluchetti
Comment options

@Haarolean
Comment options

@joaoluchetti
Comment options

Answer selected by Haarolean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope/k8s K8s or helm stuff (really annoying)
3 participants
Converted from issue

This discussion was converted from issue #3431 on March 03, 2023 15:42.