2023-10-26 19:34:40 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: sshtunnel
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
2023-10-26 20:15:33 +00:00
|
|
|
namespace: cluster-ingress
|
2023-10-26 19:34:40 +00:00
|
|
|
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
|