change back to gitea
This commit is contained in:
parent
21f6d2d05a
commit
b040bd0ff5
12
argo1/infra-local.yaml
Normal file
12
argo1/infra-local.yaml
Normal 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
16
argo1/secrets-local.yaml
Normal 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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
bootstrap:
|
bootstrap:
|
||||||
source:
|
source:
|
||||||
repoURL: "git@github.com/jamesandariese/argo1"
|
repoURL: "https://git.strudelline.net/infra/argocd"
|
||||||
targetRevision: "main"
|
targetRevision: "main"
|
||||||
path: .
|
path: argo1
|
||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
crds:
|
crds:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user