chore(snipe-it): add force tls gui option (#2496)
* add mongodb (commented out, until we setup oplog) on appsmith for future reference * chore(snipe-it): add force tls gui option * remove appsmith from dev * bump
This commit is contained in:
@@ -8,6 +8,10 @@ dependencies:
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 2.0.34
|
||||
# - condition: mongodb.enabled
|
||||
# name: mongodb
|
||||
# repository: https://charts.truecharts.org
|
||||
# version: 0.0.25
|
||||
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/appsmith
|
||||
icon: https://truecharts.org/_static/img/appicons/appsmith.png
|
||||
|
||||
@@ -34,6 +34,10 @@ persistence:
|
||||
mountPath: "/appsmith-stacks"
|
||||
|
||||
envValueFrom:
|
||||
# APPSMITH_MONGODB_URI:
|
||||
# secretKeyRef:
|
||||
# name: mongodbcreds
|
||||
# key: url
|
||||
APPSMITH_REDIS_URL:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
@@ -42,3 +46,9 @@ envValueFrom:
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: "rediscreds"
|
||||
|
||||
# mongodb:
|
||||
# enabled: true
|
||||
# mongodbUsername: appsmith
|
||||
# mongodbDatabase: appsmith
|
||||
# existingSecret: "mongodbcreds"
|
||||
|
||||
Reference in New Issue
Block a user