feat: manual only deployment

This commit is contained in:
2026-06-14 21:37:38 +02:00
parent 4060d44f6a
commit f92202419c
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -126,7 +126,9 @@ jobs:
helm upgrade --install monitoring prometheus-community/kube-prometheus-stack \
--namespace monitoring \
--create-namespace \
--values helm/monitoring/values.yaml
--values helm/monitoring/values.yaml \
--skip-crds \
--timeout 5m
- name: Deploy oauth2-proxy Prometheus
if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }}