diff --git a/metrics/metrics.yaml b/metrics/metrics.yaml index 87dd0296..bab5d289 100644 --- a/metrics/metrics.yaml +++ b/metrics/metrics.yaml @@ -94,9 +94,6 @@ data: alertmanagers: - static_configs: - targets: [] - scheme: http - timeout: 10s - api_version: v1 scrape_configs: - job_name: ci honor_timestamps: true diff --git a/tasks/cockpit-tasks-webhook.yaml b/tasks/cockpit-tasks-webhook.yaml index b18d5a24..1008d0f1 100644 --- a/tasks/cockpit-tasks-webhook.yaml +++ b/tasks/cockpit-tasks-webhook.yaml @@ -39,7 +39,7 @@ spec: ports: - containerPort: 8080 protocol: TCP - command: [ "webhook" ] + command: [ "sh", "-ec", "sleep 10; exec webhook" ] volumeMounts: - name: webhook-secrets mountPath: /run/secrets/webhook