Skip to content

Commit f73054e

Browse files
committed
fix: nodeagent deprecation
Signed-off-by: Bence Csati <[email protected]>
1 parent 1a256b6 commit f73054e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/logging-operator/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ logging:
207207
allowClusterResourcesFromAllNamespaces: false
208208

209209
# -- NodeAgent Configuration
210-
nodeAgents: {}
210+
# DEPRECATED: This field will be removed in a future release.
211+
nodeAgents: []
211212
# - name: win-agent
212213
# profile: windows
213214
# nodeAgentFluentbit:

0 commit comments

Comments
 (0)