Skip to content

Commit

Permalink
Update all files
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Aug 4, 2023
1 parent 9c72383 commit bbe300f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: fdb-kubernetes-operator-manager-clusterrole
rules:
- apiGroups:
Expand All @@ -18,7 +19,7 @@ rules:
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
kind: ClusterRole
metadata:
name: fdb-kubernetes-operator-manager-role
rules:
Expand Down

0 comments on commit bbe300f

Please sign in to comment.