-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-pulsar.yaml
38 lines (36 loc) · 1.15 KB
/
app-pulsar.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: pulsar
# You'll usually want to add your resources to the argocd namespace.
namespace: argocd
# Add this finalizer ONLY if you want these to cascade delete.
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
# Add labels to your application object.
labels:
name: pulsar
spec:
destination:
namespace: pulsar
server: 'https://kubernetes.default.svc'
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
sources:
- repoURL: 'https://pulsar.apache.org/charts'
targetRevision: 3.1.0
chart: pulsar
helm:
valueFiles:
- $values/pulsar/local-values.yaml
- repoURL: 'https://github.com/Tracardi/argocd'
targetRevision: HEAD
ref: values
project: tracardi
syncPolicy:
syncOptions:
- CreateNamespace=true
# volumes.persistence: true
# volumes.local_storage: true