fix ssh key for git sync

This commit is contained in:
2026-06-14 16:54:00 +02:00
parent 3b541a075f
commit c4d3ce4c5f
+1 -2
View File
@@ -126,8 +126,7 @@ jobs:
helm upgrade --install monitoring prometheus-community/kube-prometheus-stack \
--namespace monitoring \
--create-namespace \
--values helm/monitoring/values.yaml \
--wait
--values helm/monitoring/values.yaml
- name: Deploy oauth2-proxy Prometheus
if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }}