15 lines
268 B
YAML
15 lines
268 B
YAML
|
apiVersion: v1
|
||
|
stringData:
|
||
|
password: password
|
||
|
project: default
|
||
|
type: git
|
||
|
url: https://github.com/
|
||
|
username: bobtedsmithy
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
labels:
|
||
|
argocd.argoproj.io/secret-type: repo-creds
|
||
|
name: local-git-token
|
||
|
namespace: argocd
|
||
|
type: Opaque
|