parent
dfe3e5ae4f
commit
ef2ed1f3c8
9 changed files with 27080 additions and 149 deletions
14
k8s-peterg/argocd/repository.yaml
Normal file
14
k8s-peterg/argocd/repository.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: argocd-private-repo
|
||||
namespace: argocd
|
||||
annotations:
|
||||
managed-by: argocd.argoproj.io
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
stringData:
|
||||
type: git
|
||||
url: https://code.peterg.nl/wheatley/kubernetes.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue