Skip to content

Commit ffce9bc

Browse files
authored
Merge pull request #20 from RobertKielty/adds-observability
adds kube-prometheus-stack to argo-automation.yaml
2 parents a65eb42 + 0d7248f commit ffce9bc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ci/cluster/equinix/argo-automation.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,23 @@ spec:
5959
targetRevision: HEAD
6060
directory:
6161
recurse: true
62+
---
63+
apiVersion: argoproj.io/v1alpha1
64+
kind: Application
65+
metadata:
66+
name: kube-prometheus-stack
67+
namespace: argocd
68+
annotations:
69+
argocd.argoproj.io/sync-wave: "4"
70+
spec:
71+
syncPolicy:
72+
automated:
73+
prune: true
74+
project: default
75+
destination:
76+
server: https://kubernetes.default.svc
77+
namespace: monitoring
78+
sources:
79+
- repoURL: https://github.com/cncf/automation.git
80+
path: ci/cluster/equinix/kube-prometheus-stack
81+
targetRevision: HEAD

0 commit comments

Comments
 (0)