Skip to content

Commit

Permalink
Quote SH AccountID
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Oct 28, 2024
1 parent 5a74120 commit 7638e0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 3.0.0-rc.6
version: 3.0.0-rc.7
appVersion: 3.0.0-rc.3

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Policy Reporter watches for PolicyReport Resources.
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord

![Version: 3.0.0-rc.6](https://img.shields.io/badge/Version-3.0.0--rc.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.3](https://img.shields.io/badge/AppVersion-3.0.0--rc.3-informational?style=flat-square)
![Version: 3.0.0-rc.7](https://img.shields.io/badge/Version-3.0.0--rc.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0-rc.3](https://img.shields.io/badge/AppVersion-3.0.0--rc.3-informational?style=flat-square)

## Documentation

Expand Down
6 changes: 3 additions & 3 deletions charts/policy-reporter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ config:

{{- define "target.securityhub" -}}
config:
accessKeyId: {{ .accessKeyId }}
secretAccessKey: {{ .secretAccessKey }}
accessKeyId: {{ .accessKeyId | quote }}
secretAccessKey: {{ .secretAccessKey | quote }}
region: {{ .region }}
endpoint: {{ .endpoint }}
accountId: {{ .accountId }}
accountId: {{ .accountId | quote }}
productName: {{ .productName }}
companyName: {{ .companyName }}
delayInSeconds: {{ .delayInSeconds }}
Expand Down

0 comments on commit 7638e0f

Please sign in to comment.