Skip to content

Commit

Permalink
feat: add better parsing of violated directives and update prometheus…
Browse files Browse the repository at this point in the history
… metrics
  • Loading branch information
smartinov committed Apr 8, 2022
1 parent 0714102 commit 0d3bac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csp-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.0
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/csp-reporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
{{- end }}
labels:
{{- include "csp-reporter.selectorLabels" . | nindent 8 }}
{{- toYaml .Values.podLabels | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions charts/csp-reporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""

podLabels: { }

podAnnotations: { }

podSecurityContext: { }
Expand Down

0 comments on commit 0d3bac6

Please sign in to comment.