Skip to content

Commit

Permalink
Sample values.yaml for Azure DevOps (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed May 26, 2021
1 parent 24472f3 commit 933f1b2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>&emsp;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
Expand All @@ -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: <PAT>
subscribers:
spektate: 'http://spektate-server:5000/api/flux'
```

Install GitOps connector with the following command:

```
Expand Down

0 comments on commit 933f1b2

Please sign in to comment.