We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2e058 commit 7db7c03Copy full SHA for 7db7c03
pkg/common/spark.go
@@ -304,8 +304,8 @@ const (
304
// LabelSparkAppName is the name of the label for the SparkApplication object name.
305
LabelSparkAppName = LabelAnnotationPrefix + "app-name"
306
307
- // LabelSparkConnName is the name of the label for the SparkConnect object name.
308
- LabelSparkConnName = LabelAnnotationPrefix + "conn-name"
+ // LabelSparkConnectName is the name of the label for the SparkConnect object name.
+ LabelSparkConnectName = LabelAnnotationPrefix + "connect-name"
309
310
// LabelScheduledSparkAppName is the name of the label for the ScheduledSparkApplication object name.
311
LabelScheduledSparkAppName = LabelAnnotationPrefix + "scheduled-app-name"
0 commit comments