Skip to content

Commit

Permalink
Fix security concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Jun 27, 2023
1 parent 898dd5d commit 5dfec4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 53 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's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Fixed

- Fix security concerns.

## [1.2.0] - 2023-06-27

### Added
Expand Down
41 changes: 0 additions & 41 deletions helm/sloth/templates/kyverno-policy-exception.yaml

This file was deleted.

24 changes: 12 additions & 12 deletions helm/sloth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ customSloConfig:
# effect: NoSchedule

securityContext:
pod: null
# fsGroup: 100
# runAsGroup: 1000
# runAsNonRoot: true
# runAsUser: 100
container: null
# allowPrivilegeEscalation: false

# Enable Kyverno PolicyException
kyvernoPolicyExceptions:
enabled: true
namespace: giantswarm
pod:
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
container:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL

0 comments on commit 5dfec4c

Please sign in to comment.