diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..fc98005 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +# Prettier will break the helm templating language (`{{ .Value }}` -> `{ { .Value } }`) +charts/listory/templates \ No newline at end of file diff --git a/charts/listory/values.yaml b/charts/listory/values.yaml index c2a7269..a891795 100644 --- a/charts/listory/values.yaml +++ b/charts/listory/values.yaml @@ -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: "" \ No newline at end of file + dsn: ""