summaryrefslogtreecommitdiff
path: root/test/e2e/prereqs/argocd/repository.yaml
blob: 144fbb488c6bcd6d9c2e7e72bcf298941bfd63f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Secret
metadata:
  name: e2e-git-repo
  labels:
    argocd.argoproj.io/secret-type: repository
    component: argocd-image-updater-e2e
stringData:
  url: https://10.42.0.1:30003/testdata.git
  type: git
  password: git
  username: git
  insecure: "true"