Skip to content

Commit

Permalink
Migrate Project Version to kubebuilder v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine authored and ccremer committed Jan 15, 2021
1 parent 3cb7736 commit eebcf55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ spec:
labels:
control-plane: controller-manager
spec:
securityContext:
runAsUser: 1001
containers:
- name: k8up
image: quay.io/vshn/k8up:latest
securityContext:
allowPrivilegeEscalation: false
resources:
limits:
cpu: 300m
Expand Down
4 changes: 1 addition & 3 deletions config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ rules:
- apiGroups:
- ""
resources:
- configmaps/status
- configmaps/finalizers
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit eebcf55

Please sign in to comment.