mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-23 09:02:49 +00:00
fix chart
This commit is contained in:
Binary file not shown.
@@ -10,8 +10,8 @@ metadata:
|
||||
heritage: {{ $.Release.Service }}
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods", "pods/log"]
|
||||
verbs: ["get", "list", "delete"]
|
||||
resources: ["pods", "pods/log", "jobs"]
|
||||
verbs: ["get", "list", "delete", "create"]
|
||||
---
|
||||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user