16 lines
273 B
YAML
16 lines
273 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: local-git-creds
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
argocd.argoproj.io/secret-type: repo-creds
|
||
|
stringData:
|
||
|
type: git
|
||
|
url: https://git.strudelline.net/
|
||
|
password: JwCJznZZMJU4se
|
||
|
username: svc-argocd
|
||
|
project: default
|
||
|
|