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,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
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: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Fistful of Frags and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/fistfuloffrags
icon: https://truecharts.org/img/chart-icons/fistfuloffrags.png
keywords:
- fistfuloffrags
- GameServers
kubeVersion: '>=1.16.0-0'
- fistfuloffrags
- GameServers
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: fistfuloffrags
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10
+8 -8
View File
@@ -1,11 +1,11 @@
env:
GAME_ID: '295230'
GAME_ID: "295230"
GAME_NAME: fof
GAME_PARAMS: +maxplayers 20 +map fof_fistful
GAME_PORT: '27015'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/fistfuloffrags
@@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0
probes:
liveness:
port: '{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}'
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
readiness:
port: '{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}'
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
startup:
port: '{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}'
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false