Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 19, 2024
1 parent ae7d6fa commit 5f65608
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions charts/zipkin/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
zipkin:
{ }
zipkin: {}
18 changes: 9 additions & 9 deletions charts/zipkin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: [ ]
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
Expand All @@ -27,7 +27,7 @@ serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: { }
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
Expand All @@ -38,7 +38,7 @@ podAnnotations:
sidecar.istio.io/inject: "false"

podSecurityContext:
{ }
{}
# fsGroup: 2000

securityContext:
Expand All @@ -56,13 +56,13 @@ service:
ingress:
enabled: false
annotations:
{ }
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# className: nginx
host: chart-example.local
path: /
tls: [ ]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
Expand Down Expand Up @@ -92,11 +92,11 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

nodeSelector: { }
nodeSelector: {}

tolerations: [ ]
tolerations: []

affinity: { }
affinity: {}

priorityClassName: ""

Expand All @@ -110,5 +110,5 @@ zipkin:
# elasticsearch:
# hosts: hostA hostB
# index: fooIndex
extraEnv: { }
extraEnv: {}
# JAVA_OPTS: "-Xms128m -Xmx512m -XX:+ExitOnOutOfMemoryError"

0 comments on commit 5f65608

Please sign in to comment.