run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 20:23:01 +02:00
committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
711 changed files with 35800 additions and 32229 deletions
+14 -13
View File
@@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Very simple WebDAV server based on Apache. You need a WebDAV client\
description:
"Very simple WebDAV server based on Apache. You need a WebDAV client\
\ to transfer files. It does not include a WebUI to upload files through your browser.\r\
\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
icon: https://truecharts.org/img/chart-icons/apache-webdav.png
keywords:
- apache-webdav
- Cloud
kubeVersion: '>=1.16.0-0'
- apache-webdav
- Cloud
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: apache-webdav
sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 0.0.10
+5 -5
View File
@@ -1,13 +1,13 @@
env:
ANONYMOUS_METHODS: ''
ANONYMOUS_METHODS: ""
AUTH_TYPE: Basic
LOCATION: /
PASSWORD: ''
PUMASK: '0000'
PASSWORD: ""
PUMASK: "0000"
REALM: WebDAV-Login
SERVER_NAMES: localhost
SSL_CERT: ''
USERNAME: ''
SSL_CERT: ""
USERNAME: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apache-webdav