Skip to content

Commit

Permalink
Merge pull request crossplane#5243 from pierluigilenoci/patch-1
Browse files Browse the repository at this point in the history
feat: added customAnnotations to RBAC Manager
  • Loading branch information
turkenh authored Jan 16, 2024
2 parents c15b040 + c70dae3 commit ff75e37
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
app: {{ template "crossplane.name" . }}-rbac-manager
release: {{ .Release.Name }}
{{- include "crossplane.labels" . | indent 4 }}
{{- with .Values.customAnnotations }}
annotations: {{ toYaml . | nindent 4 }}
{{- end }}
spec:
replicas: {{ .Values.rbacManager.replicas }}
selector:
Expand Down

0 comments on commit ff75e37

Please sign in to comment.