Add role required by fetcher pod to fetch events & pods in helm chart (#2048)

* Add role required by fetcher pod to fetch events & pods in helm chart

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

* Add prometheus repo in Github PR flow

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-02 11:42:41 +05:30
committed by GitHub
parent adef5e0e6a
commit 4c9b67ead4
6 changed files with 70 additions and 32 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
run: ./hack/runtests.sh
- name: Helm update
run: helm repo add helm https://charts.helm.sh/stable
run: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
- name: Install Skaffold
run: |