You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operations.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ following table:
112
112
| workloadResources.labels | Labels to be applied for all workload resources. |`"app.kubernetes.io/component": "spark-workload"`|
113
113
| workloadResources.annotations | Annotations to be applied for all workload resources. |`"helm.sh/resource-policy": keep`|
114
114
| workloadResources.sparkApplicationSentinel.create | If enabled, sentinel resources will be created for operator to watch and reconcile for the health probe purpose. | false |
115
+
| workloadResources.sparkApplicationSentinel.name | Name for sentinel resources. | "spark-app-sentinel" |
115
116
| workloadResources.sparkApplicationSentinel.sentinelNamespaces | A list of namespaces where sentinel resources will be created in. Note that these namespaces have to be a subset of `workloadResources.namespaces.data`. ||
116
117
| operatorConfiguration.append | If set to true, below conf file & properties would be appended to default conf. Otherwise, they would override default properties. | true |
0 commit comments