Skip to content

Commit 9b3c5c2

Browse files
committed
[SPARK-53722] Document workloadResources.sparkApplicationSentinel.name
1 parent aacb7a4 commit 9b3c5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/operations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ following table:
112112
| workloadResources.labels | Labels to be applied for all workload resources. | `"app.kubernetes.io/component": "spark-workload"` |
113113
| workloadResources.annotations | Annotations to be applied for all workload resources. | `"helm.sh/resource-policy": keep` |
114114
| 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" |
115116
| 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`. | |
116117
| operatorConfiguration.append | If set to true, below conf file & properties would be appended to default conf. Otherwise, they would override default properties. | true |
117118
| operatorConfiguration.log4j2.properties | The default log4j2 configuration. | Refer default [log4j2.properties](../build-tools/helm/spark-kubernetes-operator/conf/log4j2.properties) |

0 commit comments

Comments
 (0)