(enhancement)charts: add standard kubernetes labels to experiments (#346)
Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
59a9726e7f
commit
f765b7438c
@@ -6,6 +6,7 @@ metadata:
|
||||
namespace: default
|
||||
labels:
|
||||
name: target-pod-failure-sa
|
||||
app.kubernetes.io/part-of: litmus
|
||||
---
|
||||
# Source: openebs/templates/clusterrole.yaml
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
@@ -14,6 +15,7 @@ metadata:
|
||||
name: target-pod-failure-sa
|
||||
labels:
|
||||
name: target-pod-failure-sa
|
||||
app.kubernetes.io/part-of: litmus
|
||||
rules:
|
||||
- apiGroups: ["","apps","litmuschaos.io","batch","extensions","storage.k8s.io"]
|
||||
resources: ["pods","jobs","pods/log","deployments","pods/exec","events","chaosexperiments","chaosresults","chaosengines","configmaps","secrets","services","persistentvolumeclaims","storageclasses","persistentvolumes"]
|
||||
@@ -28,6 +30,7 @@ metadata:
|
||||
name: target-pod-failure-sa
|
||||
labels:
|
||||
name: target-pod-failure-sa
|
||||
app.kubernetes.io/part-of: litmus
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
|
Reference in New Issue
Block a user