Skip to content

Commit

Permalink
fix entsoe kyverno (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 authored Dec 9, 2024
1 parent 1047020 commit d168af2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/display-name: CaaS Carbon Footprint
name: caas-carbon-footprint
description: A Helm chart for carbon footprint measurement
version: "0.0.15"
version: "0.0.16"
appVersion: "0.0.15"
keywords:
- monitoring
Expand Down
3 changes: 2 additions & 1 deletion chart/templates/policyexception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ spec:
- Pod
- DaemonSet
names:
- {{ .Release.Name }}*
- {{ .Release.Name }}-kepler
- entsoe-{{ .Release.Name }}-caas-carbon-footprint*
namespaces:
- {{ .Release.Namespace }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ entsoe:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
# beware of the API request limit
Expand Down

0 comments on commit d168af2

Please sign in to comment.