From 89ea6f65c90670eef0af8674a42b6c71c33173d1 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 21:34:40 +0200 Subject: [PATCH] Install the chart Signed-off-by: Martyn Ranyard --- everything-app/app-sshtunnel.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 everything-app/app-sshtunnel.yaml diff --git a/everything-app/app-sshtunnel.yaml b/everything-app/app-sshtunnel.yaml new file mode 100644 index 0000000..8586055 --- /dev/null +++ b/everything-app/app-sshtunnel.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sshtunnel + namespace: argocd +spec: + destination: + namespace: kube-system + server: https://kubernetes.default.svc + project: infra + source: + helm: + parameters: + - name: connect.server + value: http://onepassword-connect.1password.svc.cluster.local:8080/ + - name: image.pullPolicy + value: Always + path: apps-helm/sshtunnel + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true