chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/koel/docker
|
||||
- https://hub.docker.com/r/phanan/koel
|
||||
- https://github.com/koel/koel
|
||||
version: 3.0.3
|
||||
version: 3.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -11,6 +11,11 @@ podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
secretEnv:
|
||||
LASTFM_API_KEY: ""
|
||||
LASTFM_API_SECRET: ""
|
||||
YOUTUBE_API_KEY: ""
|
||||
|
||||
env:
|
||||
DB_CONNECTION: "mysql"
|
||||
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
|
||||
@@ -18,9 +23,6 @@ env:
|
||||
DB_PORT: "3306"
|
||||
FORCE_HTTPS: false
|
||||
MEMORY_LIMIT: 2048
|
||||
LASTFM_API_KEY: ""
|
||||
LASTFM_API_SECRET: ""
|
||||
YOUTUBE_API_KEY: ""
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
|
||||
Reference in New Issue
Block a user