From a12a38a7a97e07932239ebccdbcbec3999d18016 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 09:50:12 -0500 Subject: [PATCH] Use prometheus as example --- slides/kube/helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/kube/helm.md b/slides/kube/helm.md index ce31cad3..99909995 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -88,9 +88,9 @@ fine for personal and development clusters.) helm search ``` -- View charts related to `gitlab`: +- View charts related to `prometheus`: ```bash - helm search gitlab + helm search prometheus ``` ]