run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -5,25 +5,25 @@ name: recipes
|
||||
version: 8.0.24
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- recipes
|
||||
- cooking
|
||||
- recipes
|
||||
- cooking
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes
|
||||
icon: https://truecharts.org/img/chart-icons/recipes.png
|
||||
sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
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
|
||||
- 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
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -78,14 +78,14 @@ additionalContainers:
|
||||
- containerPort: 80
|
||||
name: main
|
||||
volumeMounts:
|
||||
- name: recipes-config
|
||||
mountPath: "/etc/nginx/nginx.conf"
|
||||
subPath: nginx-config
|
||||
readOnly: true
|
||||
- name: media
|
||||
mountPath: "/media"
|
||||
- name: static
|
||||
mountPath: "/static"
|
||||
- name: recipes-config
|
||||
mountPath: "/etc/nginx/nginx.conf"
|
||||
subPath: nginx-config
|
||||
readOnly: true
|
||||
- name: media
|
||||
mountPath: "/media"
|
||||
- name: static
|
||||
mountPath: "/static"
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user