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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ following table:
81
81
| operatorDeployment.operatorPod.operatorContainer.envFrom | Custom envFrom to be added to the operator container, e.g. for downward API. ||
82
82
| operatorDeployment.operatorPod.operatorContainer.probes | Probe config for the operator container. ||
83
83
| operatorDeployment.operatorPod.operatorContainer.securityContext | Security context overrides for the operator container. | run as non root for baseline secuirty standard compliance |
84
-
| operatorDeployment.operatorPod.operatorContainer.resources | Resources for the operator container. | memory 4Gi, ephemeral storage 2Gi and 1 cpu |
84
+
| operatorDeployment.operatorPod.operatorContainer.resources | Resources for the operator container. | memory 2Gi, ephemeral storage 2Gi and 1 cpu |
85
85
| operatorDeployment.additionalContainers | Additional containers to be added to the operator pod, e.g. sidecar. ||
86
86
| operatorRbac.serviceAccount.create | Whether to create service account for operator to use. | true |
87
87
| operatorRbac.serviceAccount.name | Name of the operator Role. |`"spark-operator"`|
0 commit comments