21 lines
488 B
YAML
21 lines
488 B
YAML
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: apps-helm/hyperion
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
|
targetRevision: HEAD
|