Skip to content

Commit a58a803

Browse files
Fix Helm chart linting error by adding newline at end of values.yaml
The chart-testing linter requires a newline character at the end of YAML files. Added the missing newline to resolve the 'new-line-at-end-of-file' error. Signed-off-by: josecsotomorales <[email protected]>
1 parent 518e2f4 commit a58a803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/spark-operator-chart/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,3 @@ certManager:
481481
# See [cert-manager.io/v1.Certificate](https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.Certificate).
482482
# @default -- 1/3 of issued certificate’s lifetime.
483483
renewBefore: ""
484-

0 commit comments

Comments
 (0)