fixed prometheus permission errors

This commit is contained in:
Bart Jansen 2020-02-24 16:25:13 +01:00
Родитель bed134de33
Коммит 31c0d7ccb6
2 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@ deploy-cluster: manifests install-crds install-prometheus kustomize-deployment
install-prometheus:
ifneq (1, $(shell helm list | grep ${PROMETHEUS_INSTANCE_NAME} | wc -l))
chmod +x ./deploy/prometheus-grafana/deploy-prometheus.sh
./deploy/prometheus-grafana/deploy-prometheus.sh
else
@echo "Helm installation of the prometheus-operator already exists with name ${PROMETHEUS_INSTANCE_NAME}... skipping"

0
deploy/prometheus-grafana/deploy-prometheus.sh Normal file → Executable file
Просмотреть файл