Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Nov 25, 2024
1 parent 2ad4e2c commit 67e8088
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller-manager
name: project-v4-with-plugins-controller-manager
namespace: {{ .Release.Namespace }}
labels:
{{- include "chart.labels" . | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
name: metrics-auth-role
name: project-v4-with-plugins-metrics-auth-role
rules:
- apiGroups:
- authentication.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: ClusterRoleBinding
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
name: metrics-auth-rolebinding
name: project-v4-with-plugins-metrics-auth-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: metrics-auth-role
name: project-v4-with-plugins-metrics-auth-role
subjects:
- kind: ServiceAccount
name: project-v4-with-plugins-controller-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ClusterRole
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
name: manager-role
name: project-v4-with-plugins-manager-role
rules:
- apiGroups:
- ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: ClusterRoleBinding
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
name: manager-rolebinding
name: project-v4-with-plugins-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: manager-role
name: project-v4-with-plugins-manager-role
subjects:
- kind: ServiceAccount
name: project-v4-with-plugins-controller-manager
Expand Down

0 comments on commit 67e8088

Please sign in to comment.