wiki db switch
This commit is contained in:
@@ -5,7 +5,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: wiki
|
||||
repo: https://charts.js.wiki
|
||||
version: 2.2.23
|
||||
version: 2.2.24
|
||||
releaseName: requarks
|
||||
includeCRDs: true
|
||||
namespace: wikijs
|
||||
|
||||
@@ -8,7 +8,6 @@ revisionHistoryLimit: 10
|
||||
image:
|
||||
repository: requarks/wiki
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: 2.5.308
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@@ -139,6 +138,22 @@ sideload:
|
||||
## Append extra trusted certificates for node process from extra volume via NODE_EXTRA_CA_CERTS variable
|
||||
# nodeExtraCaCerts: "/path/to/certs.pem"
|
||||
|
||||
## Additional environment variables to set
|
||||
extraEnvVars:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: cnpg-wikijs-cluster-app
|
||||
key: uri
|
||||
# extraEnvVars:
|
||||
# - name: CUSTOM_VAR
|
||||
# value: "custom_value"
|
||||
# - name: SECRET_VAR
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: my-secret
|
||||
# key: secret-key
|
||||
|
||||
## This will override the postgresql chart values
|
||||
# externalPostgresql:
|
||||
# # note: ?sslmode=require => ?ssl=true
|
||||
|
||||
Reference in New Issue
Block a user