Skip to content

Commit

Permalink
Merge pull request nmstate#176 from bcrochet/security-handler
Browse files Browse the repository at this point in the history
[CARRY] Add cluster rules for nmstate-handler sa
  • Loading branch information
openshift-merge-robot authored Dec 4, 2020
2 parents cad1d51 + 94fa634 commit f2b5e70
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ spec:
resourceNames:
- privileged
serviceAccountName: nmstate-operator
- rules:
- apiGroups:
- security.openshift.io
resources:
- securitycontextconstraints
verbs:
- use
resourceNames:
- privileged
serviceAccountName: nmstate-handler
deployments:
- name: nmstate-operator
spec:
Expand Down

0 comments on commit f2b5e70

Please sign in to comment.