Skip to content

Commit

Permalink
✨ Remove SCC Permissions to run rootless (#382) (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
(cherry picked from commit 7961479)

Co-authored-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
dymurray and jmontleon authored Oct 11, 2024
1 parent 9d41c5a commit d5ddc2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
10 changes: 1 addition & 9 deletions bundle/manifests/konveyor-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata:
categories: Modernization & Migration
certified: "false"
containerImage: quay.io/konveyor/tackle2-operator:latest
createdAt: "2024-07-24T20:21:03Z"
createdAt: "2024-10-09T15:56:59Z"
description: Konveyor is an open-source application modernization platform that
helps organizations safely and predictably modernize applications to Kubernetes
at scale.
Expand Down Expand Up @@ -329,14 +329,6 @@ spec:
- '*'
verbs:
- '*'
- apiGroups:
- security.openshift.io
resourceNames:
- anyuid
resources:
- securitycontextconstraints
verbs:
- use
serviceAccountName: tackle-hub
- rules:
- apiGroups:
Expand Down
8 changes: 0 additions & 8 deletions helm/templates/rbac/hub_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- security.openshift.io
resourceNames:
- anyuid
resources:
- securitycontextconstraints
verbs:
- use

0 comments on commit d5ddc2c

Please sign in to comment.