-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathinstall.yaml
More file actions
45 lines (45 loc) · 1.21 KB
/
install.yaml
File metadata and controls
45 lines (45 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hyperdos
namespace: argocd
finalizers:
# The default behaviour is foreground cascading deletion
- resources-finalizer.argocd.argoproj.io
# Alternatively, you can use background cascading deletion
# - resources-finalizer.argocd.argoproj.io/background
spec:
project: default
source:
repoURL: 'https://github.com/hyperboliclabs/hyper-dos.git'
path: metadeployment/
targetRevision: v0.1.3
helm:
parameters:
- valueFiles:
- values.yaml
- name: hyperdos.ref
# including this here for rollback compatibility,
# but once v0.0.3 is fully deprecated it can be removed
value: $ARGOCD_APP_SOURCE_TARGET_REVISION
- name: cascade.hyperdos.ref
value: $ARGOCD_APP_SOURCE_TARGET_REVISION
destination:
server: 'https://kubernetes.default.svc'
namespace: argocd
syncPolicy:
# argo-cd.readthedocs.io/en/stable/user-guide/auto_sync
automated:
prune: true
allowEmpty: true
selfHeal: true
---
apiVersion: v1
kind: Secret
metadata:
namespace: hyperdos
name: hyperbolic-token
type: Opaque
stringData:
token: {{stand-in}}