Skip to content

Commit 20665fb

Browse files
committed
fix(lm-logs): CM typo "seperator" and misc
* fluentd ConfigMap typo could cause issues * DaemonSet tpl filename and argus description trivial, but..
1 parent e97f23f commit 20665fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/argus/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"$id": "#/properties/lm/properties/lmlogs/properties/k8sevent/properties/enable",
11041104
"type": "boolean",
11051105
"title": "The enable schema",
1106-
"description": "Once you enable the property, it starts collecting Kuberentes events.",
1106+
"description": "Once you enable the property, it starts collecting Kubernetes events.",
11071107
"default": false,
11081108
"examples": [
11091109
false
@@ -1132,7 +1132,7 @@
11321132
"$id": "#/properties/lm/properties/lmlogs/properties/k8spodlog/properties/enable",
11331133
"type": "boolean",
11341134
"title": "The enable schema",
1135-
"description": "Once you enable the property, it starts Kuberentes Pod's logs collection",
1135+
"description": "Once you enable the property, it starts Kubernetes Pod's logs collection",
11361136
"default": false,
11371137
"examples": [
11381138
false
@@ -3266,4 +3266,4 @@
32663266
"type": "object"
32673267
}
32683268
}
3269-
}
3269+
}

charts/lm-logs/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ data:
9797
<filter kubernetes.**>
9898
@type concat
9999
key {{ .Values.kubernetes.multiline_concat_key }}
100-
seperator ""
100+
separator ""
101101
multiline_start_regexp {{ .Values.kubernetes.multiline_start_regexp }}
102102
timeout_label @PROCESS_AFTER_CONCAT
103103
</filter>

0 commit comments

Comments
 (0)