17 lines
399 B
YAML
17 lines
399 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: extra-resources
|
|
namespace: argocd
|
|
spec:
|
|
project: infra
|
|
source:
|
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
|
targetRevision: HEAD
|
|
path: manifests/extra-resources
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: infra
|