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: README.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
@@ -98,7 +98,7 @@ If you encounter problems while using the Logging operator the documentation doe
98
98
If you find this project useful, help us:
99
99
100
100
- Support the development of this project and star this repo! :star:
101
-
- If you use the Logging operator in a production environment, add yourself to the list of production [adopters](https://github.com/kube-logging/logging-operator/blob/master/ADOPTERS.md).:metal: <br>
101
+
- If you use the Logging operator in a production environment, add yourself to the list of production [adopters](https://github.com/kube-logging/logging-operator/blob/master/ADOPTERS.md).:metal: <br>
102
102
- Help new users with issues they may encounter :muscle:
103
103
- Send a pull request with your new features and bug fixes :rocket:
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