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: ```