File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Optional. If there are custom Git Commit status subscribers:
166166|subscribers| List of key: value pairs defining subscriber name and endpoint | subscribers:<br >&emsp ; spektate: 'http://spektate-server:5000/api/flux '
167167
168168
169- A sample ** values.yaml** file might look like this one:
169+ A sample ** values.yaml** file for Flux and GitHub might look like this one:
170170
171171```
172172gitRepositoryType: GITHUB
@@ -181,6 +181,21 @@ subscribers:
181181 spektate: 'http://spektate-server:5000/api/flux'
182182```
183183
184+ A sample ** values.yaml** file for Flux and Azure DevOps might look like this one:
185+
186+ ```
187+ gitRepositoryType: AZDO
188+ ciCdOrchestratorType: AZDO
189+ gitOpsOperatorType: FLUX
190+ azdoGitOpsRepoName: manifest-repo
191+ azdoOrgUrl: https://dev.azure.com/MyOrg/MyProject
192+ azdoPrRepoName: hld-repo
193+ gitOpsAppURL: https://github.com/microsoft/spektate
194+ orchestratorPAT: <PAT>
195+ subscribers:
196+ spektate: 'http://spektate-server:5000/api/flux'
197+ ```
198+
184199Install GitOps connector with the following command:
185200
186201```
You can’t perform that action at this time.
0 commit comments