Skip to content

Commit

Permalink
Making suggested changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliya committed Jan 20, 2022
1 parent ded342c commit e9c7f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ This configuration will install application for windows worker node only.
All windows images are available in a separate `quay.io` repository: `quay.io/signalfx/splunk-otel-collector-windows`.

Windows support covers traces and metrics collection only, no logs will be collected. As of now, we don’t have fluentd-hec image for the windows worker node.

```yaml
image:
otelcol:
Expand Down
5 changes: 3 additions & 2 deletions helm-charts/splunk-otel-collector/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ spec:
- name: varlog
mountPath: C:/var/log
readOnly: true
- name: varlibdockercontainers
# From C:/ProgramData Container storage location C:/ProgramData/docker/containers and C:/ProgramData/containerd/root are being used.
- name: programdata
mountPath: C:/ProgramData
readOnly: true
{{- else }}
Expand Down Expand Up @@ -400,7 +401,7 @@ spec:
- name: varlog
hostPath:
path: C:/var/log
- name: varlibdockercontainers
- name: programdata
hostPath:
path: C:/ProgramData
{{- else }}
Expand Down

0 comments on commit e9c7f5c

Please sign in to comment.