From 933f1b2e07c0b4dbfb189a474b9449429d646049 Mon Sep 17 00:00:00 2001 From: Eugene Fedorenko Date: Wed, 26 May 2021 15:59:15 -0700 Subject: [PATCH] Sample values.yaml for Azure DevOps (#17) --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4393c5..811ab09 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Optional. If there are custom Git Commit status subscribers: |subscribers| List of key:value pairs defining subscriber name and endpoint | subscribers:
 spektate: 'http://spektate-server:5000/api/flux' -A sample **values.yaml** file might look like this one: +A sample **values.yaml** file for Flux and GitHub might look like this one: ``` gitRepositoryType: GITHUB @@ -181,6 +181,21 @@ subscribers: spektate: 'http://spektate-server:5000/api/flux' ``` +A sample **values.yaml** file for Flux and Azure DevOps might look like this one: + +``` +gitRepositoryType: AZDO +ciCdOrchestratorType: AZDO +gitOpsOperatorType: FLUX +azdoGitOpsRepoName: manifest-repo +azdoOrgUrl: https://dev.azure.com/MyOrg/MyProject +azdoPrRepoName: hld-repo +gitOpsAppURL: https://github.com/microsoft/spektate +orchestratorPAT: +subscribers: + spektate: 'http://spektate-server:5000/api/flux' +``` + Install GitOps connector with the following command: ```