Skip to content

Commit

Permalink
Update role.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robert lestak authored Jul 12, 2024
1 parent 8b39541 commit 168f9b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devops/k8s/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cert-manager-sync
namespace: cert-manager
rules:
- apiGroups: [""]
resources: ["secrets"]
Expand All @@ -14,7 +13,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cert-manager-sync
namespace: cert-manager
subjects:
- kind: ServiceAccount
name: cert-manager-sync
Expand Down

0 comments on commit 168f9b7

Please sign in to comment.