Skip to content

Commit

Permalink
remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Aug 7, 2024
1 parent 969947b commit 3ada0c7
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,28 +114,6 @@ rules:
- get
- list

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: nss-managed-role-from-{{ .Values.cpd_operators_namespace }}
namespace: "{{ .Values.cpd_instance_namespace }}"
annotations:
argocd.argoproj.io/sync-wave: "083"
labels:
managed-by: nss
{{- if .Values.custom_labels }}
{{ .Values.custom_labels | toYaml | indent 4 }}
{{- end }}
subjects:
- kind: ServiceAccount
name: ibm-namespace-scope-operator
namespace: "{{ .Values.cpd_operators_namespace }}"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: nss-managed-role-from-{{ .Values.cpd_operators_namespace }}

---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 3ada0c7

Please sign in to comment.