Skip to content

Commit da2a0d0

Browse files
committed
fix linter
1 parent cd2bd1d commit da2a0d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/modules/spark-k8s/pages/usage-guide/listenerclass.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ spec:
3838
----
3939
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal` (the default setting is `cluster-internal`).
4040

41-
For the example above, the listener operator creates a service named `spark-connect-server` where `spark-connect` is the name of the SparkConnectServer and `server` is the service role.
41+
For the example above, the listener operator creates a service named `spark-connect-server` where `spark-connect` is the name of the SparkConnectServer and `server` is the service role.

tests/templates/kuttl/spark-connect/10-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kind: Service
2222
metadata:
2323
name: spark-connect-server-headless
2424
spec:
25-
type: ClusterIP
25+
type: ClusterIP
2626
---
2727
apiVersion: kuttl.dev/v1beta1
2828
kind: TestAssert

tests/templates/kuttl/spark-connect/10-deploy-spark-connect.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- -Dmy.custom.jvm.arg=customValue
6565
roleConfig:
6666
listenerClass: external-unstable
67-
config:
67+
config:
6868
logging:
6969
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
7070
containers:

tests/templates/kuttl/spark-history-server/06-deploy-history-server.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
nodes:
4747
roleConfig:
4848
listenerClass: external-unstable
49-
config:
49+
config:
5050
logging:
5151
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
5252
containers:

0 commit comments

Comments
 (0)