Skip to content

Commit ba05248

Browse files
pedjakclaude
andcommitted
fix: re-enable admission webhooks for prometheus-operator
The operator deployment mounts the admission TLS secret regardless of admissionWebhooks.enabled. Disabling webhooks prevents the secret from being created while the operator still expects it, causing a FailedMount and the pod stuck in ContainerCreating. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 937a650 commit ba05248

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

testdata/prometheus/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ coreDns:
2424
defaultRules:
2525
create: false
2626
prometheusOperator:
27-
admissionWebhooks:
28-
enabled: false
2927
networkPolicy:
3028
enabled: true
3129
prometheus:

0 commit comments

Comments
 (0)