feat: Add base configuration
This commit is contained in:
parent
bb3daa1962
commit
67621c6409
12 changed files with 28363 additions and 0 deletions
14
k8s-wheatley/base/argocd/repository.yaml
Normal file
14
k8s-wheatley/base/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