Install the chart

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-10-26 21:34:40 +02:00
parent f7fb76d230
commit 89ea6f65c9
1 changed files with 23 additions and 0 deletions

View File

@ -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