fix(promcord): correctly expose discord token
This commit is contained in:
@@ -21,7 +21,7 @@ name: promcord
|
||||
sources:
|
||||
- https://github.com/nimarion/promcord
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -12,6 +12,14 @@ questions:
|
||||
attrs:
|
||||
# Include{fixedEnv}
|
||||
|
||||
- variable: DISCORD_TOKEN
|
||||
label: "Discord Token"
|
||||
description: "Token with Access to your Discord"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: serviceexpert
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: biospheere/promcord
|
||||
tag: latest
|
||||
tag: latest@sha256:16d4fd269e665890d92e8ab2bf64f6cdd6f8bd45f27e829d414c4bad447c4974
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
@@ -17,9 +17,7 @@ service:
|
||||
|
||||
# -- environment variables. See [application docs](https://github.com/nimarion/promcord/blob/master/README.md) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
env: {}
|
||||
# -- Discord bot token
|
||||
# DISCORD_TOKEN:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user