Skip to content

Commit

Permalink
fix(event-source-custom-resource): k8s manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Dec 8, 2019
1 parent 8e7460c commit f92b87b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion hack/k8s/manifests/argo-events-cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo-events-sa
namespace: dev-axis
namespace: argo-events
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -48,6 +48,8 @@ rules:
- gateways/finalizers
- sensors
- sensors/finalizers
- eventsources
- eventsources/finalizers
- apiGroups:
- ""
resources:
Expand Down
4 changes: 3 additions & 1 deletion hack/k8s/manifests/argo-events-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo-events-sa
namespace: dev-axis
namespace: argo-events
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand All @@ -34,6 +34,8 @@ rules:
- gateways/finalizers
- sensors
- sensors/finalizers
- eventsources
- eventsources/finalizers
- apiGroups:
- ""
resources:
Expand Down
2 changes: 1 addition & 1 deletion hack/k8s/manifests/gateway-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
data:
config: |
instanceID: argo-events
namespace: dev-axis
namespace: argo-events
2 changes: 1 addition & 1 deletion hack/k8s/manifests/sensor-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
data:
config: |
instanceID: argo-events
namespace: dev-axis
namespace: argo-events

0 comments on commit f92b87b

Please sign in to comment.