Skip to content

Commit

Permalink
contributing file update
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner committed Dec 12, 2023
1 parent 1c9dede commit 8d1386b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ instructions provided by the bot. You will only need to do this once across all

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Test Images

After creating a PR, the pipeline will build the images with the tag as the name of the build in the following format:
- Linux: `0.0.0-{branch}-{date}-{commit}`
- Windows: `0.0.0-{branch}-{date}-{commit}-win`
- Config Reader: `0.0.0-{branch}-{date}-{commit}-cfg`
- Target Allocator: `0.0.0-{branch}-{date}-{commit}-targetallocator`

These values can be substituted into the [values.yaml](./otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml) and deployed on your cluster. Follow the instructions to deploy through the backdoor [here](./otelcollector/deploy/addon-chart/Readme.md).

0 comments on commit 8d1386b

Please sign in to comment.