15 lines
350 B
YAML
15 lines
350 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: 1password-connect
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: 1password
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: infra
|
||
|
source:
|
||
|
path: apps-kustomized/1password-connect
|
||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||
|
targetRevision: HEAD
|