undefine default env vars in linkwarden to allow easier mounting secrets
Publishing Charts / Publilsh-Charts (push) Successful in 14s Details

This commit is contained in:
Tomasz Frątczak 2023-11-13 19:02:54 +01:00
parent 2a5b7513a1
commit d3df01e9c8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.