Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
755 B

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: myapps
spec:
generators:
- scmProvider:
github:
# The GitHub organization to scan.
organization: geekbozu
- repositoryMatch: ^argocd-example-apps
# For GitHub Enterprise:
allBranches: true
# Reference to a Secret containing an access token. (optional)
tokenRef:
secretName: github-token
key: token
template:
metadata:
name: '{{ repository }}+{{ branch }}'
spec:
source:
repoURL: '{{ url }}'
targetRevision: '{{ branch }}'
path: testApp/
project: default
destination:
server: https://kubernetes.default.svc
namespace: default