change back to gitea

This commit is contained in:
James Andariese 2023-04-23 11:26:46 -05:00
parent 21f6d2d05a
commit b040bd0ff5
4 changed files with 30 additions and 2 deletions

12
argo1/infra-local.yaml Normal file
View File

@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Secret
metadata:
name: local-git-argo1
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
stringData:
type: git
url: https://git.strudelline.net/infra/argocd
project: default

16
argo1/secrets-local.yaml Normal file
View File

@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Secret
metadata:
name: local-git-token
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repo-creds
stringData:
type: git
url: https://git.strudelline.net/
project: default
password: 96dee6522bd52b6ae29b64d250a7d0781ac8cc6a
username: james
project: default

View File

@ -1,8 +1,8 @@
bootstrap:
source:
repoURL: "git@github.com/jamesandariese/argo1"
repoURL: "https://git.strudelline.net/infra/argocd"
targetRevision: "main"
path: .
path: argo1
argo-cd:
crds: