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
+9 -9
View File
@@ -51,7 +51,7 @@ service:
hostAliases:
- ip: '{{ .Values.env.AccessIP | default "127.0.0.1" }}'
hostnames:
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
secretEnv:
NEXTCLOUD_ADMIN_USER: "admin"
@@ -66,8 +66,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
readiness:
custom: true
@@ -77,8 +77,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
startup:
custom: true
@@ -88,8 +88,8 @@ probes:
path: /status.php
port: 8080
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
- name: Host
value: "test.fakedomain.dns"
initContainers:
prestart:
@@ -184,8 +184,8 @@ persistence:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-nginx'
items:
- key: nginx.conf
path: nginx.conf
- key: nginx.conf
path: nginx.conf
configmap:
nginx: