Skip to content

Commit

Permalink
service account renamed to fix name prefix issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Aug 26, 2023
1 parent 67fb565 commit 5791f81
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ spec:
requests:
cpu: 100m
memory: 20Mi
serviceAccountName: default
serviceAccountName: sa
terminationGracePeriodSeconds: 10
4 changes: 2 additions & 2 deletions config/rbac/auth_proxy_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ roleRef:
name: proxy-role
subjects:
- kind: ServiceAccount
name: registry-operator-default
namespace: registry-operator-system
name: sa
namespace: system
4 changes: 2 additions & 2 deletions config/rbac/leader_election_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ roleRef:
name: leader-election-role
subjects:
- kind: ServiceAccount
name: registry-operator-default
namespace: registry-operator-system
name: sa
namespace: system
4 changes: 2 additions & 2 deletions config/rbac/role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ roleRef:
name: manager-role
subjects:
- kind: ServiceAccount
name: registry-operator-default
namespace: registry-operator-system
name: sa
namespace: system
2 changes: 1 addition & 1 deletion config/rbac/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/created-by: devfileregistry-operator
app.kubernetes.io/part-of: devfileregistry-operator
app.kubernetes.io/managed-by: kustomize
name: default
name: sa
namespace: system

0 comments on commit 5791f81

Please sign in to comment.