update: disable postgres by default in helm (#26614)
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
parent
a0a4d2bf70
commit
e183d870bf
|
|
@ -11,7 +11,7 @@ sources:
|
||||||
- https://github.com/appsmithorg/appsmith
|
- https://github.com/appsmithorg/appsmith
|
||||||
home: https://www.appsmith.com/
|
home: https://www.appsmith.com/
|
||||||
icon: https://assets.appsmith.com/appsmith-icon.png
|
icon: https://assets.appsmith.com/appsmith-icon.png
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,9 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /appsmith-stacks
|
mountPath: /appsmith-stacks
|
||||||
|
env:
|
||||||
|
- name: APPSMITH_ENABLE_EMBEDDED_DB
|
||||||
|
value: "0"
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "appsmith.fullname" . }}
|
name: {{ include "appsmith.fullname" . }}
|
||||||
|
|
|
||||||
|
|
@ -306,4 +306,3 @@ applicationConfig:
|
||||||
APPSMITH_ENCRYPTION_SALT: ""
|
APPSMITH_ENCRYPTION_SALT: ""
|
||||||
APPSMITH_CUSTOM_DOMAIN: ""
|
APPSMITH_CUSTOM_DOMAIN: ""
|
||||||
APPSMITH_DISABLE_IFRAME_WIDGET_SANDBOX: "false"
|
APPSMITH_DISABLE_IFRAME_WIDGET_SANDBOX: "false"
|
||||||
APPSMITH_ENABLE_EMBEDDED_DB: 0
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user