15 lines
323 B
YAML
15 lines
323 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: 1password
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: 1password
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: infra
|
||
|
source:
|
||
|
chart: connect
|
||
|
repoURL: https://1password.github.io/connect-helm-charts/
|
||
|
targetRevision: 1.14.0
|