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: charts/logging-operator/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
65
65
| nodeSelector | object |`{}`||
66
66
| tolerations | list |`[]`| Node Tolerations |
67
67
| affinity | object |`{}`| Node Affinity |
68
+
| topologySpreadConstraints | list |`[]`| Pod Topology Spread Constraints |
69
+
| strategy | object |`{}`| Deployment Strategy |
68
70
| podLabels | object |`{}`| Define which Nodes the Pods are scheduled on. |
69
71
| logging.enabled | bool |`false`| Logging resources are disabled by default |
70
72
| logging.loggingRef | string |`""`| Reference to the logging system. Each of the loggingRefs can manage a fluentbit daemonset and a fluentd statefulset. |
0 commit comments