-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c9dede
commit 8d1386b
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). |