Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…y-collector-contrib into googlecloudmonitoringreceiver-phase1
  • Loading branch information
abhishek-at-cloudwerx committed Aug 12, 2024
2 parents aaa9904 + 35f90c9 commit 9006760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion receiver/k8seventsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ spec:
serviceAccountName: otelcontribcol
containers:
- name: otelcontribcol
image: otelcontribcol:latest # specify image
# This image is created by running `make docker-otelcontribcol`.
# If you are not building the collector locally, specify a published image: `otel/opentelemetry-collector-contrib`
image: otelcontribcol:latest
args: ["--config", "/etc/config/config.yaml"]
volumeMounts:
- name: config
Expand Down
4 changes: 3 additions & 1 deletion receiver/k8sobjectsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ spec:
serviceAccountName: otelcontribcol
containers:
- name: otelcontribcol
image: otelcontribcol:latest # specify image
# This image is created by running `make docker-otelcontribcol`.
# If you are not building the collector locally, specify a published image: `otel/opentelemetry-collector-contrib`
image: otelcontribcol:latest
args: ["--config", "/etc/config/config.yaml"]
volumeMounts:
- name: config
Expand Down

0 comments on commit 9006760

Please sign in to comment.