14 lines
301 B
YAML
14 lines
301 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: AppProject
|
||
|
metadata:
|
||
|
name: infra
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
description: argo, nginx-ingress, etc.
|
||
|
destinations:
|
||
|
- name: '*'
|
||
|
namespace: '*'
|
||
|
server: https://kubernetes.default.svc
|
||
|
sourceRepos:
|
||
|
- https://git.martyn.berlin/martyn/infra4talos.git
|