Skip to content

Commit

Permalink
Set priorityClass for falco daemonset (#82)
Browse files Browse the repository at this point in the history
* Set priorityClass for falco daemonset

Towards giantswarm/roadmap#867

* Changelog

* Update values.yaml

* Update CHANGELOG.md
  • Loading branch information
stone-z authored Mar 9, 2022
1 parent 122f724 commit e64498a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Set `priorityClass` of `giantswarm-critical` for Falco DaemonSet.

## [0.3.0] - 2022-02-28

### Changed
Expand Down
1 change: 1 addition & 0 deletions helm/falco-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ falco:
repository: giantswarm/falco
podSecurityPolicy:
create: true
priorityClassName: giantswarm-critical
falco:
grpc:
enabled: true
Expand Down

0 comments on commit e64498a

Please sign in to comment.