Skip to content

Commit

Permalink
add rbacAuth container to reports pod (#189)
Browse files Browse the repository at this point in the history
* add rbacAuth container to reports pod
* add rbacAuth unit test for reports template

---------

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
  • Loading branch information
Btodhunter committed Feb 2, 2024
1 parent a388676 commit 8553783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "2.3.1"
version: "2.3.2"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.28.x-x
description: |
Expand Down
1 change: 1 addition & 0 deletions stable/enterprise/templates/reports_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
{{- with .Values.reports.resources }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
{{- include "enterprise.common.rbacAuthContainer" . | nindent 8 }}

---
apiVersion: v1
Expand Down
1 change: 1 addition & 0 deletions stable/enterprise/tests/common_helpers_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ tests:
templates:
- api_deployment.yaml
- notifications_deployment.yaml
- reports_deployment.yaml
- rbacmanager_deployment.yaml
documentIndex: 0
asserts:
Expand Down

0 comments on commit 8553783

Please sign in to comment.