mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
style(helm): run prettier and add templates to prettierignore
This commit is contained in:
parent
5440571d91
commit
0e431e9aa8
2 changed files with 11 additions and 5 deletions
2
.prettierignore
Normal file
2
.prettierignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Prettier will break the helm templating language (`{{ .Value }}` -> `{ { .Value } }`)
|
||||
charts/listory/templates
|
||||
|
|
@ -21,10 +21,12 @@ serviceAccount:
|
|||
# If not set and create is true, a name is generated using the fullname template
|
||||
name:
|
||||
|
||||
podSecurityContext: {}
|
||||
podSecurityContext:
|
||||
{}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
securityContext:
|
||||
{}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
|
|
@ -39,7 +41,8 @@ service:
|
|||
ingress:
|
||||
enabled: false
|
||||
host: ""
|
||||
annotations: {}
|
||||
annotations:
|
||||
{}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
tls: []
|
||||
|
|
@ -47,7 +50,8 @@ ingress:
|
|||
# hosts:
|
||||
# - chart-example.local
|
||||
|
||||
resources: {}
|
||||
resources:
|
||||
{}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
|
|
@ -81,4 +85,4 @@ auth:
|
|||
|
||||
sentry:
|
||||
enabled: false
|
||||
dsn: ""
|
||||
dsn: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue