Skip to content

Commit

Permalink
Fix manifest and .version
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanahmad055 committed Jul 26, 2018
1 parent b99994e commit 0454d18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.1
13 changes: 13 additions & 0 deletions deployments/kubernetes/manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ rules:
- list
- get
- watch
- apiGroups:
- ""
- "extensions"
- "apps"
resources:
- deployments
- daemonsets
- statefulsets
verbs:
- list
- get
- update
- patch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
Expand Down

0 comments on commit 0454d18

Please sign in to comment.