Skip to content

Commit

Permalink
review: align cluster role name
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
  • Loading branch information
litaocdl committed Dec 25, 2024
1 parent 8eaf9da commit d092202
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/edb-postgres-for-kubernetes/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-database-editor-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-database-edit
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand All @@ -138,7 +138,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-database-viewer-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-database-view
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand All @@ -160,7 +160,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-publication-editor-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-publication-edit
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand All @@ -186,7 +186,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-publication-viewer-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-publication-view
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand All @@ -208,7 +208,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-subscription-editor-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-subscription-edit
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand All @@ -234,7 +234,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "edb-postgres-for-kubernetes.labels" . | nindent 4 }}
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-subscription-viewer-role
name: {{ include "edb-postgres-for-kubernetes.fullname" . }}-subscription-view
rules:
- apiGroups:
- postgresql.k8s.enterprisedb.io
Expand Down

0 comments on commit d092202

Please sign in to comment.