Skip to content

Commit

Permalink
fix(argo-workflows): Remove excessive wf controller RBAC permissions (#…
Browse files Browse the repository at this point in the history
…3044)

Signed-off-by: Tim Collins <[email protected]>
  • Loading branch information
tico24 authored Nov 21, 2024
1 parent 7e397f7 commit 81dc44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v3.6.0
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.43.0
version: 0.44.0
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo Workflows to v3.6.0
- kind: fixed
description: Remove excessive RBAC privileges from workflow-role.
21 changes: 0 additions & 21 deletions charts/argo-workflows/templates/controller/workflow-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,6 @@ metadata:
namespace: {{ . }}
{{- end }}
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- watch
- patch
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- watch
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit 81dc44c

Please sign in to comment.