Skip to content

Commit

Permalink
better instructions for secrets
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <will@dower.dev>
  • Loading branch information
wdower committed Mar 18, 2024
1 parent 24f349b commit b3e754b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vulcan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ vulcan:
secretsName: vulcan-secrets

###
# secrets -- either define a secretsFiles array, or manually define the secrets as values
## secrets -- EITHER define a secretsFiles array,
## OR manually define the secrets as values

# local file to draw secrets from
# (see generate-vulcan-secrets.sh)
## local file to draw secrets from
## (see generate-vulcan-secrets.sh)
# secretsFiles: ["env/vulcan-secrets.yaml"]


## array of secret values
# secrets:
# POSTGRES_PASSWORD:
# DATABASE_URL:
# SECRET_KEY_BASE:
# CIPHER_PASSWORD:
# CIPHER_SALT:

###

service:
Expand Down

0 comments on commit b3e754b

Please sign in to comment.