From 5bd2af89e4a898dd775964a699a65de8f942f31f Mon Sep 17 00:00:00 2001 From: ptx96 Date: Fri, 25 Jun 2021 10:47:36 +0200 Subject: [PATCH] feat(kustomize): added capsule dashboard --- config/prometheus/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prometheus/kustomization.yaml b/config/prometheus/kustomization.yaml index ed137168..4e44d90b 100644 --- a/config/prometheus/kustomization.yaml +++ b/config/prometheus/kustomization.yaml @@ -1,2 +1,4 @@ resources: - monitor.yaml +- role.yaml +- rolebinding.yaml