fix(typecho):Fix Env (#3748)

* fix secretEnv

* bump
This commit is contained in:
sagit
2022-09-12 21:29:29 +03:00
committed by GitHub
parent 1f5fd55364
commit 178547cd34
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/typecho
- https://github.com/typecho/typecho
- https://hub.docker.com/r/joyqi/typecho
version: 3.0.35
version: 4.0.0
annotations:
truecharts.org/catagories: |
- hosting
+4 -2
View File
@@ -26,8 +26,6 @@ env:
MEMORY_LIMIT: "100M"
MAX_POST_BODY: "50M"
TYPECHO_SITE_URL: "https://your-domain.com"
TYPECHO_USER_NAME: "typecho"
TYPECHO_USER_PASSWORD: "testtypecho"
TYPECHO_USER_MAIL: "test@truecharts.org"
TYPECHO_DB_HOST:
secretKeyRef:
@@ -38,6 +36,10 @@ env:
name: mariadbcreds
key: mariadb-password
secretEnv:
TYPECHO_USER_NAME: "typecho"
TYPECHO_USER_PASSWORD: "testtypecho"
service:
main:
ports: