From 0daa3ce21e6c619751aca39180ce6115a1e762d2 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Mon, 28 Sep 2020 15:27:21 -0700 Subject: [PATCH] Add Bitnai repo to the deployment script --- scripts/deploy-scdf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-scdf.sh b/scripts/deploy-scdf.sh index 723d2a8..ab13f04 100755 --- a/scripts/deploy-scdf.sh +++ b/scripts/deploy-scdf.sh @@ -1,6 +1,7 @@ #!/bin/bash -## Helm Repo Update +## Add Bitnami Repo and update it +helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update ## Installing and configuring prometheus