Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Fix PSS concerns (#112)
Browse files Browse the repository at this point in the history
* Update deployment.yaml

* Update CHANGELOG.md

* Update deployment.yaml

* Update deployment.yaml
Christian Bianchi authored Dec 4, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 4c1dbd2 commit 93f7284
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Address PSS concerns.

## [0.2.0] - 2023-11-10

### Changed
4 changes: 4 additions & 0 deletions helm/prow-log-aggregator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -25,5 +25,9 @@ spec:
- daemon
- --kubeconfig.namespace={{ .Values.kubeconfig.namespace }}
- --server.listen.address=http://0.0.0.0:8000
securityContext:
allowPrivilegeEscalation: false
securityContext:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault

0 comments on commit 93f7284

Please sign in to comment.