mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-03 08:19:44 +00:00
8 lines
347 B
YAML
8 lines
347 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: api-keys
|
|
data:
|
|
discordToken: {{ $.Values.apiKeys.discord.token | b64enc }} # b64enc is needed, because a stringData secret field cannot hold numeric values
|
|
youtubeApiKey: {{ $.Values.apiKeys.youtube.apiKey | b64enc }}
|
|
freeCurrencyApiApiKey: {{ $.Values.apiKeys.freeCurrencyApi.apiKey | b64enc }} |