Skip to content

Commit

Permalink
Added charts for 1.39.0 agent charts
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 committed Jul 16, 2024
1 parent d589c20 commit 626f19f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions charts/litmus-agent/charts/subscriber/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ rules:
verbs: ["get","list", "delete","deletecollection"]

- apiGroups: ["argoproj.io"]
resources: ["workflows","workflows/finalizers","workflowtemplates", "workflowtemplates/finalizers","cronworkflows","cronworkflows/finalizers","clusterworkflowtemplates","clusterworkflowtemplates/finalizers","rollouts"]
verbs: ["get","list","create","delete","update","watch"]
resources:
[
"workflows",
"workflows/finalizers",
"workflowtemplates",
"workflowtemplates/finalizers",
"cronworkflows",
"cronworkflows/finalizers",
"rollouts",
]
verbs: ["get", "list", "create", "delete", "update", "watch","patch"]
{{- end }}
8 changes: 4 additions & 4 deletions charts/litmus-agent/charts/subscriber/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ rules:
resources: ["pods","services"]
verbs: ["get", "list", "watch"]

- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosschedules", "chaosresults"]
verbs: ["get", "list", "create", "delete", "update", "watch"]
- apiGroups: [ "litmuschaos.io" ]
resources: [ "chaosengines", "chaosresults" ]
verbs: [ "get", "list", "create", "delete", "update", "watch", "patch"]

- apiGroups: ["apps.openshift.io"]
resources: ["deploymentconfigs"]
Expand All @@ -45,5 +45,5 @@ rules:
"cronworkflows/finalizers",
"rollouts",
]
verbs: ["get", "list", "create", "delete", "update", "watch"]
verbs: ["get", "list", "create", "delete", "update", "watch","patch"]
{{- end }}

0 comments on commit 626f19f

Please sign in to comment.