run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.64.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.30
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.30
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.30
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.30
|
||||
deprecated: false
|
||||
description: A fast, collaborative, knowledge base for your team built using React and Node.js.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/outline
|
||||
icon: https://truecharts.org/img/chart-icons/outline.png
|
||||
keywords:
|
||||
- outline
|
||||
- knowledge
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- outline
|
||||
- knowledge
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: outline
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 3.0.21
|
||||
annotations:
|
||||
|
||||
@@ -92,7 +92,6 @@ probes:
|
||||
startup:
|
||||
path: "/_health"
|
||||
|
||||
|
||||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
@@ -130,4 +129,5 @@ initContainers:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: UTILS_SECRET
|
||||
command: ["sh", "-c", "yarn sequelize db:migrate --env=production-ssl-disabled"]
|
||||
command:
|
||||
["sh", "-c", "yarn sequelize db:migrate --env=production-ssl-disabled"]
|
||||
|
||||
Reference in New Issue
Block a user