Skip to content

Commit

Permalink
update aro rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Aug 26, 2020
1 parent cc8935f commit d9dbd9b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions projects/azure/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ items:
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: azure
name: secret-refresher
name: secret-admin
rules:
- apiGroups: [""]
resources: ["secrets"]
Expand All @@ -93,15 +93,18 @@ items:
- kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: secret-refresher
name: secret-admin
namespace: azure
subjects:
- kind: ServiceAccount
name: secret-refresher
name: secret-admin
namespace: azure-private
- kind: ServiceAccount
name: ci-operator
namespace: ci
roleRef:
kind: Role
name: secret-refresher
name: secret-admin
namespace: azure

# ci-operator can promote images in the azure namespace
Expand Down

0 comments on commit d9dbd9b

Please sign in to comment.