Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunhouseman committed Oct 19, 2018
1 parent cc8bd67 commit 66be7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def extract_container_info:
| .container_name = ($cparts[:-1] | join("-"))
| .container_id = ($cparts[-1] | rtrimstr(".log"))
{{- if .Values.clusterName }}
| .cluser_name = "{{ .Values.clusterName }}"
| .cluster_name = "{{ .Values.clusterName }}"
{{- end }}
| .;

Expand Down
1 change: 1 addition & 0 deletions manifests/splunk-kubernetes-logging/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ data:
namespace
container_name
container_id
cluster_name
</fields>
<buffer>
@type memory
Expand Down

0 comments on commit 66be7c4

Please sign in to comment.