Skip to content
Snippets Groups Projects
Verified Commit 355c87b6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct flood chart

parent 2de99e94
Branches
No related tags found
No related merge requests found
Pipeline #2893 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: flood name: flood
description: Helm Chart for flood description: Helm Chart for flood
type: application type: application
version: 0.1.0 version: 0.1.1
appVersion: "4.7.0" appVersion: "4.7.0"
...@@ -30,7 +30,8 @@ securityContext: ...@@ -30,7 +30,8 @@ securityContext:
capabilities: capabilities:
drop: drop:
- ALL - ALL
readOnlyRootFilesystem: true runAsNonRoot: true
runAsUser: 1000
resources: resources:
limits: limits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment