Skip to content

Commit 3251893

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 3251893

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testdata/prometheus/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ defaultRules:
2626
prometheusOperator:
2727
admissionWebhooks:
2828
enabled: false
29+
tls:
30+
enabled: false
2931
networkPolicy:
3032
enabled: true
3133
prometheus:

0 commit comments

Comments
 (0)