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
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
91
91
| logging.clusterDomain | string |`"cluster.local."`| Cluster domain name to be used when templating URLs to services |
92
92
| logging.controlNamespace | string |`""`| Namespace for cluster wide configuration resources like ClusterFlow and ClusterOutput. This should be a protected namespace from regular users. Resources like fluentbit and fluentd will run in this namespace as well. |
93
93
| logging.allowClusterResourcesFromAllNamespaces | bool |`false`| Allow configuration of cluster resources from any namespace. Mutually exclusive with ControlNamespace restriction of Cluster resources |
| logging.enableRecreateWorkloadOnImmutableFieldChange | bool |`false`| EnableRecreateWorkloadOnImmutableFieldChange enables the operator to recreate the fluentbit daemonset and the fluentd statefulset (and possibly other resource in the future) in case there is a change in an immutable field that otherwise couldn’t be managed with a simple update. |
97
97
| logging.enableDockerParserCompatibilityForCRI | bool |`false`| EnableDockerParserCompatibilityForCRI enables Docker log format compatibility for CRI workloads. |
0 commit comments