Skip to content

Commit ddead08

Browse files
committedSep 12, 2024··
fix: fix testchart lint errors
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent ff4877e commit ddead08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkg/chartutil/create.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ imagePullSecrets: []
123123
nameOverride: ""
124124
fullnameOverride: ""
125125
126-
#This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
126+
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
127127
serviceAccount:
128128
# Specifies whether a service account should be created
129129
create: true
@@ -136,7 +136,7 @@ serviceAccount:
136136
name: ""
137137
138138
# This is for setting Kubernetes Annotations to a Pod.
139-
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
139+
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
140140
podAnnotations: {}
141141
# This is for setting Kubernetes Labels to a Pod.
142142
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
@@ -199,7 +199,7 @@ readinessProbe:
199199
path: /
200200
port: http
201201
202-
#This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
202+
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
203203
autoscaling:
204204
enabled: false
205205
minReplicas: 1

0 commit comments

Comments
 (0)
Please sign in to comment.