feat: manual only deployment
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user