From 2496985d2c6a095bd6d2061b1333c80297247ecb Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 15:22:53 +0200 Subject: [PATCH] 1password-connect in infra Signed-off-by: Martyn Ranyard --- everything-app/app-1password.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 everything-app/app-1password.yaml diff --git a/everything-app/app-1password.yaml b/everything-app/app-1password.yaml new file mode 100644 index 0000000..dda0735 --- /dev/null +++ b/everything-app/app-1password.yaml @@ -0,0 +1,14 @@ +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