-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.yaml
38 lines (38 loc) · 958 Bytes
/
install.yaml
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
---
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: main
helm:
parameters:
- name: 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}}