undefine default env vars in linkwarden to allow easier mounting secrets
Publishing Charts / Publilsh-Charts (push) Successful in 14s
Details
Publishing Charts / Publilsh-Charts (push) Successful in 14s
Details
This commit is contained in:
parent
2a5b7513a1
commit
d3df01e9c8
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
appVersion: "v2.2.1"
|
||||
description: Open source link aggregator, bookmark manager and website cache.
|
||||
name: linkwarden
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
kubeVersion: ">= 1.16.0-0"
|
||||
keywords:
|
||||
- link
|
||||
|
|
|
@ -14,8 +14,8 @@ image:
|
|||
# -- environment variables. See more environment variables in the [linkwarden documentation](https://docs.linkwarden.app/self-hosting/environment-variables)
|
||||
# @default -- See below
|
||||
env:
|
||||
NEXTAUTH_SECRET: very_sensitive_secret
|
||||
DATABASE_URL: postgresql://user:password@localhost:5432/linkwarden
|
||||
# NEXTAUTH_SECRET: very_sensitive_secret
|
||||
# DATABASE_URL: postgresql://user:password@localhost:5432/linkwarden
|
||||
NEXTAUTH_URL: http://localhost:3000
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
|
|
Loading…
Reference in New Issue