infra4talos/everything-app/hyperion.yaml

21 lines
483 B
YAML
Raw Normal View History

2023-11-26 13:24:48 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hyperion
namespace: argocd
spec:
destination:
namespace: hyperion
server: https://kubernetes.default.svc
project: apps
source:
helm:
parameters:
- name: hyperion.hyperion.image.tag
value: 2.0.15
- name: pvc.claim.storageClass
value: local-path-fast
path: helm/hyperion
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
targetRevision: HEAD