Remove prometheus operator
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
3a59a6bc82
commit
4cf4d13955
22
.github/workflows/helm-ci.yml
vendored
22
.github/workflows/helm-ci.yml
vendored
@ -77,19 +77,19 @@ jobs:
|
||||
uses: helm/kind-action@v1.8.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Install prometheus operator
|
||||
id: install-prometheus
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: |
|
||||
kubectl create namespace prometheus
|
||||
# - name: Install prometheus operator
|
||||
# id: install-prometheus
|
||||
# if: steps.list-changed.outputs.changed == 'true'
|
||||
# run: |
|
||||
# kubectl create namespace prometheus
|
||||
|
||||
helm install prometheus prometheus-community/kube-prometheus-stack \
|
||||
--namespace prometheus \
|
||||
--set grafana.enabled=false \
|
||||
--set prometheus.prometheusSpec.serviceMonitorSelector.matchLabels.release=prometheus
|
||||
# helm install prometheus prometheus-community/kube-prometheus-stack \
|
||||
# --namespace prometheus \
|
||||
# --set grafana.enabled=false \
|
||||
# --set prometheus.prometheusSpec.serviceMonitorSelector.matchLabels.release=prometheus
|
||||
|
||||
kubectl --namespace prometheus get pods -l "release=prometheus"
|
||||
kubectl --namespace prometheus get services -l "release=prometheus"
|
||||
# kubectl --namespace prometheus get pods -l "release=prometheus"
|
||||
# kubectl --namespace prometheus get services -l "release=prometheus"
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user