Skip to content

Commit

Permalink
Added manifests for 3.0.0-beta5 ChaosCenter release (#3917)
Browse files Browse the repository at this point in the history
* Added manifests for 3.0.0-beta5 ChaosCenter release

Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>

* Added permission fixes in master manifests

Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>

---------

Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
  • Loading branch information
Jonsy13 committed Mar 15, 2023
1 parent 13e0bbd commit 86d41a6
Show file tree
Hide file tree
Showing 6 changed files with 6,080 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litmus-portal/manifests/cluster-k8s-manifest.yml
Expand Up @@ -194,7 +194,7 @@ rules:
# for checking the app parent resources as deployments or sts and are eligible chaos candidates
- apiGroups: [apps]
resources: [deployments, statefulsets]
verbs: [list, get, patch, update, create, delete, deletecollection]
verbs: [list, get, patch, update, create, delete]

# for checking the app parent resources as replicasets and are eligible chaos candidates
- apiGroups: [apps]
Expand Down Expand Up @@ -304,7 +304,7 @@ rules:
verbs: [get, list]
- apiGroups: [apps]
resources: [deployments, daemonsets, replicasets, statefulsets]
verbs: [get, list, delete]
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]
Expand Down

0 comments on commit 86d41a6

Please sign in to comment.