Skip to content

Commit

Permalink
fix: set priorityClassName to empty string to allow overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
m00lecule committed Aug 12, 2024
1 parent b4cef35 commit 043f598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ containerLogs:
requests:
cpu: 50m
memory: 25Mi
priorityClassName: system-node-critical
priorityClassName: ""
config:
service: |
[SERVICE]
Expand Down Expand Up @@ -625,4 +625,4 @@ neuronMonitor:
capabilities:
add: ["SYS_ADMIN"]
serviceAccount:
name: # override exporter service account name
name: # override exporter service account name

0 comments on commit 043f598

Please sign in to comment.