Skip to content

Commit 933f1b2

Browse files
authored
Sample values.yaml for Azure DevOps (#17)
1 parent 24472f3 commit 933f1b2

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
172172
gitRepositoryType: 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+
184199
Install GitOps connector with the following command:
185200

186201
```

0 commit comments

Comments
 (0)