Skip to content

Commit

Permalink
fix: allow createSecret job to create secrets when istio is enabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella authored Dec 29, 2023
1 parent 44eb994 commit 46d1e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
####### This block configures resource limits for the tooling and disables scaping of them via annotations

prometheusOperator:
admissionWebhooks:
patch:
podAnnotations:
sidecar.istio.io/inject: "false"
# Define resource limits
resources:
requests:
Expand Down

0 comments on commit 46d1e9f

Please sign in to comment.