Skip to content

Commit

Permalink
Add recommended helm labels
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Aug 29, 2023
1 parent 40cbb4d commit d0431be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: cluster-registry-leader-election-role
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
{{- include "cluster-registry-client.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cluster-registry-client
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
{{- include "cluster-registry-client.labels" . | nindent 4 }}
rules:
- apiGroups:
- registry.ethos.adobe.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cluster-registry-leader-election-rolebinding
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
{{- include "cluster-registry-client.labels" . | nindent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cluster-registry-client-rolebinding
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
{{- include "cluster-registry-client.labels" . | nindent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
name: cluster-registry-client
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
{{- include "cluster-registry-client.labels" . | nindent 4 }}
{{- end }}

0 comments on commit d0431be

Please sign in to comment.