13 lines
234 B
YAML
13 lines
234 B
YAML
---
|
|
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
|